Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema defines two parameters (location, menuId) with only types, and the description adds no explanation of what valid values are (e.g., location slug vs. name, expected format for menuId). With 0% schema description coverage, the description does not compensate, leaving the agent to guess parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.