Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate, but it does not mention the 'question' parameter at all. The only clue is the parameter name itself, which implies it takes a question, but there is no description of the expected format, length limits, or how questions are processed. The schema provides minimal information, so the description fails to fill the gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.