Skip to main content
Glama

get_place_details

Retrieve detailed information about a place using its Google Place ID, including reviews, amenities, opening hours, and business status.

Instructions

Get detailed information about a specific place by its Google Place ID.

Use this to get more details about a place after finding it with search_places. Returns additional info like reviews, amenities, and editorial summaries.

Args: place_id: Google Place ID (e.g., "places/ChIJN1t_tDeuEmsRUsoyG83frY4")

Returns: Dictionary with detailed place information including: - Basic info: name, address, phone, website, rating - Reviews: Top 5 user reviews with ratings and text - Amenities: delivery, dine_in, takeout, outdoor_seating, etc. - Opening hours and business status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
place_idYes
Behavior3/5

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

No annotations provided, so description carries full burden. It describes what is returned (reviews, amenities, etc.) but does not disclose any behavioral traits such as read-only nature, required permissions, rate limits, or error conditions. The description is not misleading but incomplete for a no-annotation scenario.

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?

Well-structured with a clear purpose statement followed by usage hint and a detailed Args/Returns breakdown. Every sentence adds value; no fluff. Front-loaded with the main action, making it efficient for an agent to parse.

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?

Despite no output schema, the description thoroughly enumerates return fields (basic info, top reviews, amenities, opening hours). Parameter coverage is complete with example. The tool is simple (1 param), and the description leaves no significant gaps for an agent to correctly invoke and interpret the result.

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

Parameters5/5

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

Schema has 0% description coverage (no parameter description for place_id), but the description provides the meaning: 'Google Place ID' with a concrete example. This fully compensates for the schema gap, adding critical context beyond the raw 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?

Explicitly states it gets detailed information about a place by Google Place ID. Clearly differentiates from sibling 'search_places' by specifying 'after finding it with search_places' and lists specific additional info (reviews, amenities, editorial summaries). Verb+resource+scope is precise and distinct.

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?

Explicitly says 'Use this to get more details about a place after finding it with search_places', establishing a clear usage sequence. Does not explicitly mention when not to use or alternative tools like geocode/reverse_geocode, but the context is sufficient for correct selection.

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/arthurkatcher/google-maps-mcp'

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