Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description should compensate by explaining the meaning of parameters. It does not. The schema itself lists 'query', 'tags', 'type', and 'limit', but the description gives no hints about their semantics (e.g., whether 'query' is a full-text search string or a substring, how 'tags' interact with the search, or what 'type' values mean).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.