Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema contains a single 'limit' parameter with default 20, min 1, max 50, but lacks a description (coverage 0%). The tool description does not mention 'limit' or explain its meaning, leaving the agent to infer from the parameter name and schema constraints. It therefore fails 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.