Skip to main content
Glama

get_tabelog_restaurant_details

Read-onlyIdempotent

Fetch full Tabelog restaurant profile, address, coordinates, budget, and amenities in one call.

Instructions

Direct shortcut to fetch full Tabelog restaurant profile, address, coordinates, budget, and amenities.

Equivalent to get_restaurant_details(restaurant_id_or_url, provider='tabelog').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
restaurant_id_or_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesRestaurant name
imagesNoHigh-resolution dish and restaurant photos
ratingNoTabelog aggregate score (1.00 - 5.00)
addressNoFormatted address
cuisinesNoCuisines served
featuresNoAmenities, seating, private rooms, smoking policy, cards accepted
latitudeNoGeographical latitude
longitudeNoGeographical longitude
telephoneNoContact phone number
detail_urlYesDirect Tabelog web page
postal_codeNoPostal / ZIP code
price_lunchNoLunch budget
price_rangeNoPrice range string
award_badgesNoAwards & 100 Famous Stores history
price_dinnerNoDinner budget
review_countNoTotal diner review count
japanese_nameNoJapanese restaurant name
restaurant_idYesTabelog restaurant ID
address_regionNoPrefecture / region
reservation_urlNoDirect reservation / booking link
address_localityNoCity / ward locality
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, covering the safety profile. The description adds the valuable behavioral fact that it is equivalent to get_restaurant_details with provider='tabelog', clarifying it is a wrapper. It does not add additional behavioral context (e.g., data freshness or error conditions), but given the strong annotations, this is sufficient.

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 two sentences with zero redundancy. The purpose is front-loaded in the first sentence, and the equivalence is clearly stated in the second. No wasted words.

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?

Given the tool's simplicity (single parameter, read-only, output schema present), the description covers the essential aspects: what it does, what input it takes, and its relationship to the general function. It could mention explicit usage guidance, but overall it is complete enough for an agent to invoke correctly.

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

Parameters2/5

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

The schema has 0% description coverage, and the description provides no additional explanation of the 'restaurant_id_or_url' parameter beyond naming it in the equivalence. While the parameter name is self-explanatory, the description does not compensate for the lack of schema documentation, leaving the input format and requirements implicit.

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 Tabelog restaurant profile with specific fields (address, coordinates, budget, amenities) and explicitly distinguishes it as a 'direct shortcut' for the Tabelog provider, while naming the equivalent general call. This differentiates it from siblings like get_restaurant_details and search_tabelog.

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 the Tabelog-specific shortcut and references the alternative get_restaurant_details(provider='tabelog'). It implies when to use it (when Tabelog data is needed) but does not explicitly spell out exclusions for other providers or edge cases, so it falls short of a full when/when-not list.

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/Skyline-9/hotels-mcp'

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