Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for the single 'query' parameter. The description mentions the types of information (fridge, guests, cuisine, time, budget) but never maps them to the query string format, nor does it explain how the query should be structured. This leaves the agent guessing about how to populate the payload.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.