Skip to main content
Glama

Find similar dishes

find_similar_dishes
Read-onlyIdempotent

Find dishes from other cuisines that are equivalent to a given dish, from eatmundo's scored equivalence graph (11,467 edges over 1,956 recipes from 26 countries). Every edge is evidence-based - shared canonical ingredients - not a language-model guess, and every edge crosses country lines. Use it for "what is the Greek counterpart of lahmacun, and why".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dishYesDish to start from: an eatmundo slug (e.g. "lahmacun") or a plain name ("rice pudding"). Names are resolved through site search; check resolved_by in the result.
langNoLanguage for titles, ingredient names and URLs.en
limitNoHow many matches to return, best score first. The default of 5 is enough to see whether a cuisine has one clear counterpart or several competing ones.
countryNoRestrict matches to one cuisine, ISO 3166-1 alpha-2 (e.g. "GR"). 26 countries are covered.
min_scoreNoMinimum match score. Defaults to 0 on purpose: 320 dishes only have below-threshold nearest matches, and a default of 50 would silently return nothing for them.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
sourceYes
matchesYes
attributionYes
resolved_byYes
score_basisYes
total_matchesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / limit / description
      Added value: +"How many matches to return, best score first. The default of 5 is enough to see whether a cuisine has one clear counterpart or several competing ones."
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds meaningful behavioral context: results come from a scored equivalence graph, edges are based on shared canonical ingredients rather than language-model guesses, and all edges cross country lines. This helps the agent trust and interpret the output beyond what annotations convey.

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

Conciseness5/5

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

Three focused sentences, each earning its place: the first states the core function, the second establishes provenance and trustworthiness, and the third gives a concrete usage prompt. The content is front-loaded and free of fluff.

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

Completeness5/5

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

For a read-only lookup with a high-quality input schema and an output schema available, the description covers everything needed for correct selection and invocation. It explains the data source, scope, evidence basis, and typical use case without redundantly repeating schema details.

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%, and the parameter descriptions themselves are detailed (including min_score's non-obvious default rationale). The tool description adds no parameter-specific meaning beyond the overall equivalence-graph context, so the baseline score of 3 is appropriate.

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

Purpose5/5

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

The description states a specific action ('Find dishes from other cuisines that are equivalent to a given dish') tied to a concrete resource ('eatmundo's scored equivalence graph'). It clearly differentiates this tool from siblings by emphasizing cross-country equivalence and evidence-based edges, so an agent can distinguish it from compare_dishes or search_dishes.

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

Usage Guidelines4/5

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

The description gives a concrete usage example ('what is the Greek counterpart of lahmacun') and implicitly scopes the tool to cross-cuisine comparisons. It does not explicitly name sibling tools or state when not to use it, but the intended use case is clear enough for confident selection.

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