Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

justeat_restaurant_menu

Get a Just Eat restaurant's complete menu with prices and categories. Includes item descriptions, images, calorie info, and modifier groups for customizations.

Instructions

Get one Just Eat restaurant's menu with prices. Returns one restaurant's full menu grouped into categories. Every item carries a name, description, image, price, and calorie/energy text when the upstream provides it. Items with customization options (e.g. "Dip 1/2") carry a modifier_groups list with each option's own price. Non-restaurant stores (groceries, alcohol, pharmacy, electronics, and similar) return every item under a single "All items" category rather than the site's own finer-grained grouping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unique_nameYesRestaurant slug, from a search response's unique_name field

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It transparently describes what the response contains: item fields (name, description, image, price, calorie text), modifier_groups for customizable items, and the special behavior for non-restaurant stores ('All items' category). This is useful and specific, though it does not mention pagination, error cases, or regional limits.

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?

The description is compact but contains minor redundancy: the first and second sentences both express that a full menu is returned. All sentences do contribute useful context (item fields, modifiers, non-restaurant behavior) and it is front-loaded with core purpose, but a small tighten would improve it.

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?

Given a single parameter and no output schema, the description adequately describes the returned data shape and key behaviors. It does not mention error conditions or how to obtain unique_name (but the schema says from search responses), so it is near complete for practical use.

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?

The only parameter 'unique_name' is fully described in the input schema as 'Restaurant slug, from a search response's unique_name field', giving 100% schema coverage. The description itself adds no additional parameter guidance beyond the main purpose, so it remains at the baseline 3.

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 verb and resource: 'Get one Just Eat restaurant's menu with prices', and clarifies it returns a full menu grouped into categories. This clearly separates it from the sibling 'justeat_restaurant' (likely a restaurant info tool) and other menu tools for different services.

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

Usage Guidelines3/5

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

The description implies usage: if an agent needs a Just Eat restaurant's menu, this is the tool. However, it does not explicitly state when not to use this or point to alternatives, such as justeat_restaurant for restaurant details or justeat_search for finding restaurants. This is merely implied rather than explicit.

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

Install Server

Other Tools