Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema contains one parameter (dry_run) with no description, and the description does not mention it at all. With 0% schema description coverage, the description was expected to compensate, but it provides zero information about dry_run's meaning or usage. The parameter name alone might hint at a dry-run mode, but this is insufficient, especially for a list operation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.