Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has a single parameter 'query' with no description, and the schema description coverage is 0%. The description says 'information about the given query,' but this merely restates the parameter name without adding format, domain, or example guidance, thus failing to compensate for the low schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.