Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

deliveroo_search

Search Deliveroo's full catalog for restaurants, groceries, or stores near any location, then filter by cuisine, dietary, rating, delivery time, or offers.

Instructions

Search Deliveroo restaurants, groceries, or shopping stores near a location. Returns the restaurants (or, with collection set, grocery/shopping stores) Deliveroo's own catalog serves for a latitude/longitude in the given market -- the location's entire feed, not a curated subset (confirmed live: up to 2,700+ results for a single coordinate). Each result carries its uname (the value the restaurant and menu endpoints take), name, image, branch_type, and, when available, rating, delivery time, and distance. Optional collection, cuisine, dietary, dish, min_rating, max_delivery_minutes, max_delivery_fee_pounds, has_offer, deliveroos_choice, and sort parameters narrow and order the same feed -- call /deliveroo/search/filters for the current, complete, location-scoped list of every valid cuisine/dietary/dish value with live result counts. A location with no coverage returns an empty list rather than an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dishNoOptional, repeatable Deliveroo dish-level filter passed straight through to the upstream, e.g. dish=pizza&dish=sushi. Call /deliveroo/search/filters for the current, complete, location-scoped list of valid values. An unrecognized value is silently ignored by the upstream, not rejected.
sortNoResult ordering
limitNoRestaurants to return, clamped to 100 (default 20)
marketNoDeliveroo national market to search (default uk)
cuisineNoOptional, repeatable Deliveroo cuisine filter, e.g. cuisine=american&cuisine=asian. Passed straight through to the upstream; call /deliveroo/search/filters for the current, complete, location-scoped list of valid values. An unrecognized value is silently ignored by the upstream, not rejected.
dietaryNoOptional, repeatable Deliveroo dietary filter passed straight through to the upstream, e.g. dietary=vegan. Call /deliveroo/search/filters for the current, complete list of valid values. An unrecognized value is silently ignored by the upstream, not rejected.
latitudeYesSearch center latitude
has_offerNoWhen true, only returns results currently running an offer/promotion
longitudeYesSearch center longitude
top_ratedNoWhen true, only returns results Deliveroo itself marks top-rated (its own 4.5+ threshold). Equivalent to min_rating=4.5; ignored if min_rating is also set.
collectionNoOptional, passed straight through to the upstream. Selects the Deliveroo partner vertical: omit for restaurants/takeaways (default), grocery for supermarkets and convenience stores, shopping for non-food retail -- both confirmed live; other values may exist and are not rejected. Every result uses the same uname contract for /deliveroo/restaurant and /deliveroo/restaurant/menu.
min_ratingNoMinimum star rating filter
deliveroos_choiceNoWhen true, only returns results in Deliveroo's own Deliveroo's Choice curated collection. Combines with collection (e.g. collection=grocery&deliveroos_choice=true narrows to Deliveroo's Choice within the grocery vertical) rather than conflicting with it.
max_delivery_minutesNoMaximum estimated delivery time in minutes
max_delivery_fee_poundsNoMaximum delivery fee in GBP

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.5/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 full burden of behavioral disclosure. It discloses that the tool returns the entire feed (not curated), that results can be up to 2,700+, that each result carries a uname for downstream endpoints, and that unrecognized filter values are silently ignored. It does not explicitly state whether the tool is read-only, but the description's emphasis on search and the absence of mutation language make the read-only nature clear enough. A small gap: it doesn't mention rate limits or pagination, but the description is unusually rich for a search tool.

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 dense but well-organized: it front-loads the core purpose, then explains the feed scope, result fields, filter behavior, and edge case. Every sentence adds information, and the reference to deliveroo_search_filters is placed where it's most relevant. It is longer than the minimum, but the length is justified by the tool's 15 parameters and the need to explain the uname contract and filter semantics.

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 search tool with 15 parameters and no output schema, the description covers the essential context: what the tool returns, how to get valid filter values, how to use the uname for downstream calls, and the empty-list edge case. It doesn't describe the exact response structure (e.g., whether results are nested under a 'data' key), but the description's mention of result fields partially compensates. The absence of an output schema makes this a notable gap, but the description is still more complete than most.

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

Parameters4/5

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

Schema description coverage is 100%, so the schema already documents all 15 parameters. The description adds value by explaining the collection parameter's vertical selection (restaurants/grocery/shopping), the top_rated equivalence to min_rating=4.5, and the fact that unrecognized filter values are silently ignored. It also explains the uname contract for downstream endpoints. This goes beyond the schema's terse descriptions, though it doesn't add syntax details for every parameter.

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 opens with a specific verb ('Search') and resource ('Deliveroo restaurants, groceries, or shopping stores near a location'), and immediately distinguishes the tool's scope from curated subsets by noting it returns the location's entire feed. It also names the sibling deliveroo_search_filters as the companion for valid filter values, which helps an agent tell this tool apart from related search tools.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (searching Deliveroo's catalog by lat/long) and when to use the sibling deliveroo_search_filters (to get valid cuisine/dietary/dish values). It also clarifies that a location with no coverage returns an empty list rather than an error, which is a useful behavioral cue for handling results.

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