Skip to main content
Glama

instafan

spot_photos

Read-only

Real photos of one spot — up to two shown inline plus direct photo links. Name a specific place ("Belém Tower") or leave spot empty for a postcard of the destination itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spotNoOptional: one specific place, e.g. "Belém Tower"
destinationYesCity or place name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
linksNoInstafan continuation links — include them in the reply
answerYesThe full answer, ready to show the traveller
photo_urlsNoPublic photo URLs mentioned in the answer, when any

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and safe; the description adds concrete behavioral detail: at most two photos shown inline, direct photo links provided, and a postcard fallback when spot is empty. No contradictions with annotations.

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 short sentences with the core behavior front-loaded and immediately followed by actionable parameter guidance. No filler or repetition.

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?

With full schema documentation, annotations, and an output schema present, the description covers the one non-obvious nuance an agent needs: how an empty spot changes the result. Nothing critical is missing.

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 covers both parameters, and the description enriches them by clarifying that leaving spot empty returns a postcard of the destination and giving a concrete example for spot. This goes beyond the static property 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?

States that the tool returns real photos of a single spot, with up to two shown inline plus direct links, and explains the difference between naming a specific place and leaving spot empty for a destination postcard. This clearly distinguishes it from itinerary, briefing, and discovery siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies photo-related use and gives parameter-level guidance, but it does not explicitly contrast this tool with siblings like top_spots or find_destinations. There is no clear when-to-use vs when-not-to-use statement.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool maps to a distinct stage of the travel planning workflow: destination suggestion, destination brief, top places, photos, and itinerary building. There is no real overlap between the tools' outputs.

Naming Consistency3/5

build_itinerary and find_destinations use a clear verb_noun style, but destination_brief and top_spots are noun phrases, and spot_photos is ambiguous. The names are still readable, yet the convention is mixed.

Tool Count5/5

Five tools form a tight, well-scoped pipeline from destination discovery to itinerary creation and photos. Each tool earns its place without adding unnecessary redundancy.

Completeness4/5

The main traveler journey is well covered: find a destination, get a brief, explore top spots, see photos, and build an itinerary. Minor gaps such as editing itineraries or getting detailed per-place info do not block core usage.