Skip to main content
Glama

get_place_reviews

Read-onlyIdempotent

Retrieve verified local reviews, star ratings, and category strengths (cleanliness, price, location) for hotels and restaurants from Kakao Maps, Google, and Tabelog using place name, ID, or URL.

Instructions

Fetch verified local user reviews, star ratings, category strengths (cleanliness, price, location), and reviewer photos from dedicated review platforms (Kakao Maps, Google Reviews, Tabelog Japan, etc.).

Accepts hotel/place name, platform place ID (e.g. '2040574326', '13294162'), or review URL (e.g. 'https://place.map.kakao.com/2040574326#review', 'https://tabelog.com/en/tokyo/A1301/A130103/13294162/').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for review pagination (default: 1).
providerNoReview provider ('kakao', 'google', 'tabelog'). Default: 'kakao'.kakao
page_sizeNoNumber of reviews to return per page (default: 10).
place_or_hotelYesPlace name (e.g. 'Sotetsu Hotels The Splaisir Seoul Myeongdong', 'Sushi Dokoro Mekumi'), Place ID, or URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoError message if review query failed
reviewsNoList of user reviews
place_idNoPlatform place/hotel identifier
platformYesReview provider platform
strengthsNoVoted strength highlights (e.g. price, location, clean)
place_nameYesHotel or place title
rating_scaleNoScale maximum (5.0 or 10.0)
review_countNoTotal verified reviews count
overall_ratingNoAggregate average score
Behavior4/5

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

Annotations already include readOnlyHint=true and idempotentHint=true, which cover safety. The description adds value by specifying the different input formats (name, ID, URL) and the exact data returned (star ratings, category strengths, photos), which is not in the annotations. It doesn't contradict annotations.

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 two short paragraphs. It front-loads the core action and includes concrete examples without unnecessary filler. All sentences contribute to understanding input and output, so it's efficient and well-structured.

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?

An output schema exists, so return format is covered. The description addresses input variability (name, ID, URL) and the data fetched. Though it doesn't explicitly mention pagination or provider selection, those are in the schema. For a read-only retrieval tool, this is sufficiently complete.

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%, so the schema already fully documents all four parameters. The description largely repeats the parameter descriptions (e.g., places and URLs) without adding new semantic meaning beyond what's in the schema. No additional parameter-specific guidance.

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 explicitly states the tool fetches verified user reviews, star ratings, category strengths, and reviewer photos from dedicated review platforms. It names the verb ('Fetch') and the resource ('reviews'), and mentions specific platforms (Kakao Maps, Google Reviews, Tabelog) that distinguish it from other review tools like get_hotel_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?

The description gives clear context on what the tool does (fetches from external review platforms) and how to provide input, but it does not explicitly mention alternatives like get_hotel_reviews or when to prefer one over the other. It implies its broader scope by accepting hotel/place names, but no explicit exclusion.

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