Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

justeat_restaurant

Retrieve detailed information for a single Just Eat restaurant using its unique slug. Returns name, address, primary cuisine, rating, and order acceptance status in clean JSON.

Instructions

Get one Just Eat restaurant's detail. Returns one Just Eat restaurant's detail by unique_name: name, address, primary cuisine, rating, and whether it currently accepts orders.

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

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It states it's a 'Get' operation (read-only) and lists the returned data, but doesn't disclose potential errors, rate limits, or other behavioral nuances. It adds value by specifying the output fields, but lacks depth for a no-annotation case.

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?

Two concise sentences with the primary purpose front-loaded. Every word contributes to understanding the tool's function and output.

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 simple detail-fetching tool with one parameter and no output schema, the description covers the essential purpose and return fields. It doesn't explain return format or error handling, but given the simplicity, it's sufficiently complete.

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 coverage is 100% and the schema already describes unique_name as a restaurant slug from search. The description reiterates 'by unique_name' without adding new meaning beyond the schema. No extra parameter context is provided.

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 clearly states the tool fetches a single restaurant's detail and enumerates the specific fields returned (name, address, primary cuisine, rating, order acceptance). It distinguishes from siblings like justeat_search and justeat_restaurant_menu by scope.

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 implies the tool is for getting details, not menu or search, but doesn't explicitly say when to use it over alternatives. It mentions the unique_name parameter sourced from search, providing context for when it's relevant.

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