Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema covers all three parameters (query, limit, maxSnippetChars) with descriptions, so schema coverage is 100%. The description itself doesn't elaborate on parameters, but it implies that 'query' is a search string. Since the schema already provides full parameter semantics, a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.