Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds substantial value by explaining the id/name relationship, that ids come from query_companies, that name is a fuzzy lookup, and by providing concrete examples. It also clarifies the purpose of language='en' and response_format='json' for agent consumption, going beyond the schema's enum descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.