Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'one privacy key,' which directly maps to the required 'key' parameter and reinforces that only a single key can be queried at a time. However, it does not elaborate on the optional 'accountId' parameter, and with schema description coverage at 0%, the description only partially compensates for the missing parameter documentation. The enum in the schema helps, but the description adds limited value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.