Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description fully carries parameter documentation. It explains `name` is an 'exact match, case-insensitive' search term, `limit` is a 'Maximum number of results' (1–50), and `include_full_text` governs including full body text (Markdown) with usage warnings. This adds significant value beyond the schema's bare types and defaults, but a 5 would require even more detail (e.g., default value re-stated for `name`).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.