Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one parameter (limit) with 100% coverage, so the baseline is 3. However, the description mentions 'by name', implying a name parameter that does not exist in the schema, which actively misleads an agent about how to invoke the tool. The description should have aligned with the schema or clarified that searching by name is not required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.