Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides no description for the 'query' parameter (0% coverage), so the description must compensate. It does so by indicating that the query is a 'natural-language document request,' giving the parameter clear purpose. While it doesn't mention constraints like max length or provide examples, it sufficiently explains what the parameter represents for a single-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.