Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

apple_maps_place_photos

List every Apple Maps photo for a place, including cover, hero, and categorized shots with width and height. Get complete photo data beyond the standard 20-photo limit.

Instructions

List every photo Apple Maps carries for a place. Returns all of a place's photos (the place endpoint caps at 20): the business cover photo first when present, then the hero photo, then every categorized photo with its category (Food & Drink, Interior, Exterior, ...), width and height.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoDisplay language as a BCP 47 tag, e.g. en-US. Defaults to en-US.
countryNoTwo-letter ISO 3166-1 country code. Defaults to US.
place_idYesApple place ID (external I... form or numeric id)

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?

No annotations are provided, so the description carries the burden. It discloses the ordering behavior (cover photo first, then hero, then categorized), the cap difference from the place endpoint, and the inclusion of category, width, and height. It doesn't mention pagination, rate limits, or error behavior, but for a read-only listing tool the disclosed behavior 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.

Conciseness5/5

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

The description is two sentences, front-loads the core action, and packs the ordering and return details efficiently. Every clause adds information; no filler.

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?

For a simple read-only listing tool with one required parameter and full schema coverage, the description is nearly complete. It explains the return ordering and the cap difference. It could mention whether the response includes URLs or metadata, but the absence of an output schema makes that a minor gap.

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 description coverage is 100%, so the schema already documents all three parameters. The description adds no additional meaning about lang, country, or place_id beyond what the schema provides. Baseline 3 is appropriate.

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 states a specific verb ('List every photo Apple Maps carries for a place') and a clear resource (place photos). It also differentiates from the sibling apple_maps_place by noting the place endpoint caps at 20, and from google_map_place_photos by the Apple Maps scope. The return structure is explicitly described.

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 when to use this tool: when you need all photos for a place, especially beyond the 20-photo cap of the place endpoint. It doesn't explicitly name alternatives or exclusions, but the context of sibling tools like apple_maps_place and apple_maps_places makes the use case clear. It lacks an explicit 'use X instead when...' statement.

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