Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

yelp_business

Retrieve detailed information for a single Yelp business using its alias or encoded ID. No login, API key, or cookies required.

Instructions

Get Yelp business detail. Looks up a single Yelp business by alias or encoded id via Yelp's real Android app backend. Credential-free: no login, no API key, no cookie required from the caller.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesYelp business alias or encoded id
Behavior4/5

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

No annotations are provided, so the description carries the burden. It meaningfully discloses the credential-free access and the underlying Android app backend, adding valuable context beyond the schema. It doesn't cover error cases or return format, but the simple read-only nature is evident.

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 short sentences, front-loaded with the main purpose. Each sentence adds a distinct useful detail: single business, backend source, and credential requirements. No waste.

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?

The tool is simple with one parameter and no output schema. The description adequately covers the purpose, parameter, and auth expectations, enough for an agent to select and invoke it. It could optionally mention how to obtain the id via yelp_search, but this is not essential.

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 only parameter 'id' already has a description. The tool description reinforces that the id can be an alias or encoded id but adds no new format details or examples 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 uses a specific verb ('looks up') and clearly identifies the resource ('single Yelp business by alias or encoded id'). It distinguishes this tool from siblings like yelp_search and yelp_business_reviews.

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?

It provides clear context that this tool is for retrieving business detail, which implies when to use it. It doesn't explicitly mention exclusions or alternatives, but the scope is obvious from the description and sibling tool names.

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/Crawlora-org/crawlora-mcp'

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