Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no description for the 'glob' parameter (0% coverage), and the tool description only repeats that the search is 'by glob pattern'. This adds minimal clarification (that the string is a glob), but does not explain acceptable glob syntax, case sensitivity, or examples. For a low-coverage schema, the description does not compensate enough.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.