Using the common definition of a propositional function $P(x)$ as "a WFF which would be either true or false were it not for a variable $x$, with other variables also allowed to be free".
For example, if we have a propositional function $P(x)$ with $x$ and $y$ free, then if we only specify $x$, $P(x)$ can still take either "true" or "false" value depending on $y$.
What is the reason for this notation and definition?
Why not define $P(x)$ as "a WFF which would be either true or false were it not for a variable $x$, with no other variables allowed to be free". It would seem much more intuitive if the truth value of $P(x)$ depended on $x$, the truth value of $P(x,y)$ on both $x$ and $y$, etc.
What are the advantages of the former definition over the latter?