Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It explains 'Optional filters: limit and doc_type' and even lists the allowed enum values for doc_type. The `query` parameter is self-explanatory from the description ('natural-language query'). While limit isn't explicitly defined, its meaning is implied by the name and context, adding value over the raw schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.