Skip to main content
Glama

instafan

build_itinerary

Read-only

Build a day-by-day itinerary for a destination from its strongest real places. Returns the plan plus links to run it as a group trip on Instafan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysYesTrip length in days, 1-7
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?

The annotations already indicate read-only, non-destructive behavior. The description adds meaningful behavioral context by explaining the output includes a plan plus links to run it as a group trip on Instafan, and that it draws from 'strongest real places'. No contradiction with annotations exists.

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 concise sentences with no filler. The main action and resource are front-loaded, and the return-value detail earns its place.

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?

Given the low parameter count, complete schema coverage, presence of an output schema, and annotations covering safety, the description is sufficient. It explains what the tool does and what it returns, leaving no major gaps for an agent to call it correctly.

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 coverage for parameters is 100%, so the schema fully documents 'destination' and 'days'. The description adds some conceptual color ('day-by-day', 'strongest real places') but does not provide additional parameter-level detail beyond what the schema already contains.

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 clearly states a specific verb ('Build'), a specific resource ('a day-by-day itinerary'), and a distinctive source ('its strongest real places'). It also mentions the return value, which distinguishes it from sibling tools like destination_brief, spot_photos, and top_spots.

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 makes the use case clear: generate a multi-day itinerary for a destination. It does not explicitly name alternative tools or state when not to use it, but the context is specific enough for an agent to select it appropriately among siblings.

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.