Skip to main content
Glama

search_ubereats

Find restaurants on Uber Eats delivering in a specified city, returning name, delivery time, fee, and store URL. Scrapes live listings without an API key.

Instructions

Search Uber Eats for restaurants delivering in a given city, returning a ScrapeToolResult envelope whose data is a list of restaurant objects (typically name, eta, delivery fee, and store url).

Fetches live listings from Uber Eats over the network at call time; no API key is required. The data list is capped at max_results and each item's store url is the input for get_ubereats_menu. Alongside data, the envelope carries count, scraper, source_urls, and errors (non-fatal issues, each with a url and message). If the city is unrecognized or no restaurants are found, data is an empty list and count is 0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesCity name to search, as a string. Example: "London". No default (required).
max_resultsNoMaximum number of restaurants to return, as an integer. Example: 10. Default 30.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
countNo
errorsNo
scraperNo
source_urlsNo
Behavior5/5

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

With no annotations provided, the description carries full burden and does so excellently. It discloses network fetching at call time, lack of API key, the data cap via max_results, the envelope structure, non-fatal errors, and empty-list behavior for unrecognized cities or no results. This goes beyond just stating the operation.

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?

The description is well-structured into two clear sentences/paragraphs. The first sentence delivers the core purpose, followed by essential operational details. Every sentence provides necessary information without redundancy, making it appropriately concise.

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?

The description covers the return envelope, count/scraper/source_urls/errors fields, error handling, empty results, network implications, and the link to get_ubereats_menu. Given the output schema exists, it still explains the envelope structure adequately, leaving no major gaps for the agent to select and invoke the tool.

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 coverage is 100% with both parameters already described. The description adds extra meaning by explaining that max_results caps the data list and that city is required for the search. It reinforces the purpose of each parameter in the broader workflow, adding value beyond the schema.

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's verb and resource: 'Search Uber Eats for restaurants delivering in a given city'. It distinguishes itself by specifying the output envelope and the relationship to get_ubereats_menu, making it unique among siblings.

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 provides clear context that this is a live network search with no API key, and explicitly mentions the store URL is the input for get_ubereats_menu, indicating a complementary workflow. It lacks explicit 'when not to use' or alternative tool comparisons, but the usage context is clear.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mldsveda/PyScrappy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server