Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

resy_restaurant

Retrieve a Resy restaurant's profile by ID. Get name, cuisine, price tier, ratings, address, contact info, and description in clean JSON.

Instructions

Get a Resy restaurant's profile. Returns a restaurant's profile: name, cuisine, price tier, rating/review count, address/neighborhood, contact info, and description text. Credential-free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
restaurant_idYesResy restaurant id

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.8/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 burden and does add value: it explicitly states 'Credential-free' and lists the data fields returned. This is meaningful for an agent deciding whether authentication is needed and what to expect from the response, though it does not mention error behavior or rate limits.

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 three short sentences with no filler: purpose, returned content, and credential status. It is front-loaded with the core action and remains highly compact.

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 one-parameter read tool with no output schema, the description adequately covers what the tool does, what it returns, and the credential requirement. It could mention how the restaurant_id is obtained or what happens on invalid IDs, but those are minor gaps given the tool's simplicity.

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 single parameter restaurant_id is documented as 'Resy restaurant id'. The description does not add additional parameter semantics beyond the schema, so the baseline of 3 is appropriate.

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 and resource ('Get a Resy restaurant's profile') and enumerates the returned fields, making the tool's purpose immediately clear. The profile-oriented scope distinguishes it from sibling Resy tools like resy_search, resy_availability, and resy_events.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus alternatives, such as resy_search to find a restaurant ID or resy_availability for booking-related needs. The description implies use when a profile is needed, but it does not state exclusions or point to sibling tools.

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

Deploy Server

Other Tools