Skip to main content
Glama
UHQ-Actual
by UHQ-Actual

Get Google Place Detail

places_detail

Retrieve detailed information for a Google Place using its Place ID, including hours, delivery options, and service flags. Optionally include editorial summaries and reviews.

Instructions

Look up one Google place by Place ID. Returns hours, delivery/dine-in flags, and other detail fields. Set includeAtmosphere=true to also fetch editorialSummary and reviews (higher pricing tier).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoUse sample data without calling Google.
placeIdYesGoogle Place ID returned by places_search.
includeAtmosphereNoFetch editorialSummary and reviews. Defaults to false.
Behavior3/5

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

No annotations provided, so description bears full burden. It mentions higher pricing tier for includeAtmosphere, but lacks details on error handling, rate limits, or side effects. The read-only nature is implied but not explicit.

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?

Two sentences, front-loaded with core purpose, no wasted words. Efficient and clear.

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 3 parameters (all documented in schema) and no output schema, description explains return content (hours, flags, detail fields) and the optional atmosphere data. Lacks return format details but adequate for a detail lookup.

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

Parameters4/5

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

Schema has 100% coverage, but description adds context for includeAtmosphere (what it fetches, pricing implications). Does not add much for dryRun beyond schema, but overall adds value.

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?

Description clearly states it looks up one Google place by Place ID, specifies return fields (hours, delivery/dine-in flags, detail fields), and distinguishes from places_search which would be a search tool.

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?

Describes when to use (with Place ID for detailed info) and the includeAtmosphere option with pricing tier note. Does not explicitly mention when not to use, but context is sufficient.

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/UHQ-Actual/DOL_MCP'

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