Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain the parameters. It only hints at the query parameter via 'one query, or every query,' implying that query can be null to target all, but it does not explain the source parameter (required) or the dry_run flag (default false). The meaning of these parameters is left entirely to the schema, which itself has no descriptions. This is a significant shortfall.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.