Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

apple_maps_place

Get full Apple Maps place details by place ID: name, address, coordinates, phone, website, hours, ratings, photos, amenities, and review snippets. Use it for place enrichment and analysis.

Instructions

Get one Apple Maps place's full detail. Returns one Apple Maps place by its place ID: name, type, category taxonomy, coordinates, formatted and structured address, phone numbers, website, rating and review count, price level, weekly opening hours, amenities (payment, accessibility, parking, and similar yes/no attributes), photos, review snippets (text, rating, time, and source link, without reviewer identity), the business-claim link, and the IDs of Apple Guides that include the place. Accepts either the external place ID (starts with I, the place-id= value in a maps.apple.com/place URL) or the numeric ID from a search result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoDisplay language as a BCP 47 tag, e.g. en-US, ja-JP, de-DE. Defaults to en-US.
countryNoTwo-letter ISO 3166-1 country code selecting Apple's regional catalog. Defaults to US.
place_idYesApple place ID: external form (I594FECA0B369D14A) or numeric id from a search result

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations present, the description carries the behavioral disclosure burden. It transparently lists the full payload, including the nuance that review snippets omit reviewer identity, and notes the two accepted ID formats. It doesn't cover error handling or rate limits, but for a read-only get operation the output enumeration is substantial.

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 front-loaded with the core action and resource, then uses a structured list to enumerate return fields. It is longer than necessary but every clause adds informational value and there is no filler.

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?

Because there is no output schema, the description's detailed enumeration of returned fields is essential and it delivers that. It also explains both accepted input ID forms, making the tool callable without further research. Minor omissions like not-found behavior are acceptable for a single-item getter.

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?

The schema already covers all three parameters with 100% coverage, including the same ID-format explanation the description repeats. The description adds no new parameter semantics beyond the schema, so it sits at the baseline of 3.

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 opens with a specific verb and resource: 'Get one Apple Maps place's full detail.' It then enumerates the complete set of returned fields, clearly distinguishing it from siblings like apple_maps_place_photos (photos only) and apple_maps_places (plural list) by scoping to a single place's full detail.

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 implies the tool is for retrieving a single place once an ID is known, and it explicitly notes the ID can come from a search result. It doesn't name sibling alternatives or state when not to use it, but the context is clear enough for an agent to infer the right use case.

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