Skip to main content
Glama

instafan

find_destinations

Read-only

Suggest 3-5 destinations for a trip mood or constraint set, e.g. "somewhere warm in November, food-first". Use when the traveller has not settled on a place yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moodYesThe trip mood or constraints, in plain words

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
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to re-state safety. The description adds useful behavioral context by specifying that the tool returns a bounded set of 3-5 destination suggestions. It does not go deeper into response formatting or any limitations, but for a read-only suggestion tool this is adequate.

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 with no filler. The core behavior and example are front-loaded, and the usage context immediately follows. Every sentence 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?

For a simple one-parameter tool with a full schema, an output schema, and safety annotations, the description is complete. It tells the agent what to produce, gives an example input, and states the decision-relevant usage context relative to other tools.

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 the single 'mood' parameter at 100% coverage, so the baseline is 3. The description adds value beyond the schema by providing a rich example ('somewhere warm in November, food-first') that clarifies the parameter can express compound, multi-constraint trips in plain language.

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 the action ('Suggest 3-5 destinations'), the input ('trip mood or constraint set'), and provides a concrete example. The phrase 'Use when the traveller has not settled on a place yet' also distinguishes it from sibling tools like destination_brief or top_spots, which are more relevant after a place is chosen.

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 explicitly states when to use the tool: when the traveller has not settled on a place yet. It does not explicitly name alternatives or describe when not to use it, but the guidance is clear enough to route an agent correctly in most cases.

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.