Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'by id' and lists food_id in the Args section, but adds little beyond the input schema, which already provides detailed descriptions for food_id (source) and response_format. The response_format parameter is not mentioned in the tool description, but the schema covers it adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.