Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, so the description must fully explain the parameters. It does: 'search' matches id, name, description, and SQL text; 'tag' filters by tag. This adds meaningful semantics that are not inferable from the parameter names alone. It could be more precise (e.g., exact vs substring matching), but it covers both parameters adequately, warranting a strong score.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.