Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain the parameters beyond the generic 'query'. The 'limit' parameter is self-explanatory from its schema (default, min, max), but the description does not clarify what format 'query' should take (e.g., partial name, full name, with accents). It adds minimal value over the schema, which only lists the parameter names and types.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.