Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

apple_maps_places

Retrieve full details for up to 20 Apple Maps places in a single request. Input place IDs to get comprehensive data and identify which IDs were not returned.

Instructions

Get full detail for up to 20 Apple Maps places in one call. Returns the same full detail as the place endpoint for up to 20 place IDs in a single upstream call, plus the list of requested IDs Apple did not return. Accepts the external I... form and the numeric id interchangeably.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoDisplay language as a BCP 47 tag. Defaults to en-US.
countryNoTwo-letter ISO 3166-1 country code. Defaults to US.
place_idsYesComma-separated Apple place ids, 1 to 20

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully discloses that missing requested IDs are returned in the response and that external and numeric ID forms are accepted interchangeably. However, it omits error behavior, rate limits, and output structure details, which is a meaningful gap for a no-annotation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The main action is front-loaded and the overall length is reasonable. However, the second sentence largely repeats 'full detail', 'up to 20', and the one-call idea from the first sentence, and the truncated phrase 'external I... form' slightly damages clarity.

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?

There is no output schema or annotations, so the description must carry more weight. It explains the batch limit, equivalence to the place endpoint, reporting of missing IDs, and accepted ID forms, which is sufficient for basic invocation. It does not spell out the exact response shape, but the reference to 'same full detail as the place endpoint' partially compensates.

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?

The schema already documents all three parameters, so the baseline is 3. The description adds value beyond the schema by noting that the external ID form and numeric ID are accepted interchangeably, which is not apparent from the parameter names or descriptions.

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 names a specific action ('Get full detail') and resource ('Apple Maps places'), and clearly distinguishes itself from the singular apple_maps_place tool by emphasizing batch retrieval of up to 20 places in one call. The reference to 'same full detail as the place endpoint' reinforces what it does without requiring schema inspection.

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?

It clearly implies when to use this tool: when you have multiple place IDs and want their full details in a single call. It does not explicitly exclude single-place lookups or name an alternative tool, but the batch framing and 'place endpoint' reference provide enough contextual guidance.

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