Skip to main content
Glama

dishes

Read-onlyIdempotent

Signature wines of a region and the producer to visit (read-only). Each item has a description, the venues resolved to ids and page URLs, and the page to cite; ranked by editorial score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity slug or name, e.g. 'burgenland' or 'New York City'. Unknown cities answer with did_you_mean.
limitNoMaximum results (1-100).
queryNoFree text: a dish, ingredient, style or grape.
countryNoCountry slug or name, e.g. 'italy'. Optional where city is given.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / city / description
      Added value: +"City slug or name, e.g. 'burgenland' or 'New York City'. Unknown cities answer with did_you_mean."
    • addedInput schema / properties / country / description
      Added value: +"Country slug or name, e.g. 'italy'. Optional where city is given."
    • addedInput schema / properties / limit / description
      Added value: +"Maximum results (1-100)."
    • addedInput schema / properties / query / description
      Added value: +"Free text: a dish, ingredient, style or grape."
  2. First observed

TDQS

A3.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context beyond annotations: each item contains a description, resolved venue ids/page URLs, a citation page, and editorial ranking. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two dense sentences that front-load the core resource and then add the output shape and ranking. The '(read-only)' parenthetical is slightly redundant with the readOnlyHint annotation but harmless.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only content lookup with all-optional parameters and an output schema, the description is mostly complete: it names the result subject, item fields, and ranking behavior. It does not explain how city/country/query interact or when to select this tool over sibling content tools, which prevents a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents the city, limit, query, and country parameters. The description adds no new parameter-level meaning and only loosely maps to the region/city/country filtering, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource: regional signature wines and the producer to visit, plus the item shape and ranking. It lacks an explicit verb like 'search' or 'list' and does not differentiate from siblings, and the tool name 'dishes' sits awkwardly against the wine-focused description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use or when-not-to-use guidance is given, and no alternative sibling tools are mentioned. The intended use is only implied by the phrase 'Signature wines of a region,' leaving the agent to infer when this is the right tool versus experiences, place, or search_places.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources