Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has three parameters (query, max_chars, server_ids) with zero description coverage. The description adds no explanation of what these parameters mean, how they interact, or what valid values look like. An agent cannot infer that query is the remediation question, max_chars bounds the output, or server_ids filters which upstream servers are consulted.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.