instafan
Server Details
Plan trips with friends: mood search, live briefs, top spots with photos, day-by-day itineraries.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- gustavoatar/instafan-mcp
- GitHub Stars
- 0
Available Tools
5 toolsbuild_itineraryARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | Trip length in days, 1-7 | |
| destination | Yes | City or place name |
Output Schema
| Name | Required | Description |
|---|---|---|
| links | No | Instafan continuation links — include them in the reply |
| answer | Yes | The full answer, ready to show the traveller |
| photo_urls | No | Public photo URLs mentioned in the answer, when any |
TDQS
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.
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.
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.
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.
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.
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.
destination_briefARead-onlyInspect
A short brief on one destination: what it is like, typical weather now, official safety verdict. Use before or instead of a full itinerary.
| Name | Required | Description | Default |
|---|---|---|---|
| destination | Yes | City or place name, e.g. "Lisbon" |
Output Schema
| Name | Required | Description |
|---|---|---|
| links | No | Instafan continuation links — include them in the reply |
| answer | Yes | The full answer, ready to show the traveller |
| photo_urls | No | Public photo URLs mentioned in the answer, when any |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only and non-destructive behavior, and the description adds useful content context such as current weather and an official safety verdict. It does not disclose limitations like data freshness, source specifics, or coverage gaps, but nothing contradicts the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded purpose, followed by the value components and usage guidance. No redundant or filler wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, read-only lookup with an output schema, the description covers what the tool returns conceptually, when to use it, and how it relates to itinerary building. Nothing essential for selecting or invoking the tool is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% for the single destination parameter, which already provides the needed semantics and an example. The description doesn't add parameter-level details, and at this coverage level it doesn'ht need to.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific purpose: delivering a short brief on a single destination, with concrete content categories (character, typical weather now, official safety verdict). It also differentiates from a full itinerary, which aligns with sibling build_itinerary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives explicit timing guidance: use before or instead of a full itinerary. It does not, however, enumerate when to choose this over find_destinations, spoot_photos, or top_spots, so the routing is clear but not exhaustive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_destinationsARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| mood | Yes | The trip mood or constraints, in plain words |
Output Schema
| Name | Required | Description |
|---|---|---|
| links | No | Instafan continuation links — include them in the reply |
| answer | Yes | The full answer, ready to show the traveller |
| photo_urls | No | Public photo URLs mentioned in the answer, when any |
TDQS
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.
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.
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.
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.
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.
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.
spot_photosARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| spot | No | Optional: one specific place, e.g. "Belém Tower" | |
| destination | Yes | City or place name |
Output Schema
| Name | Required | Description |
|---|---|---|
| links | No | Instafan continuation links — include them in the reply |
| answer | Yes | The full answer, ready to show the traveller |
| photo_urls | No | Public photo URLs mentioned in the answer, when any |
TDQS
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.
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.
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.
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.
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.
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.
top_spotsARead-onlyInspect
The strongest real places in a destination — top attractions by default, or a specific ask like "specialty coffee" or "rooftop bars". Real Google-rated places, never invented.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional: what kind of spots, e.g. "seafood dinner" | |
| destination | Yes | City or place name |
Output Schema
| Name | Required | Description |
|---|---|---|
| links | No | Instafan continuation links — include them in the reply |
| answer | Yes | The full answer, ready to show the traveller |
| photo_urls | No | Public photo URLs mentioned in the answer, when any |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only and non-destructive behavior. The description adds meaningful behavioral context beyond annotations: the guarantee that places are real, Google-rated, and never invented, and that a specific ask overrides the default top-attraction behavior. This is useful and does not contradict the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no wasted words. It packs the core purpose, default behavior, optional query behavior, and the key authenticity guarantee into a compact space.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema is present, return values need not be described. The required and optional parameters are fully documented in the schema, and the description adds the crucial behavioral guarantee of real Google-rated places. The definition is complete enough for an agent to invoke this tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents both parameters. The description adds value by explaining the optional 'query' param through concrete examples ('specialty coffee', 'rooftop bars') and by implying that 'destination' is the city or place to search within.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource ('real places in a destination') and differentiates the tool from siblings by emphasizing real, Google-rated, never-invented spots and optional specific asks. However, it lacks an explicit verb like 'returns' or 'finds', so the action is implied rather than directly stated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear usage context: use for top attractions by default or for targeted asks such as 'specialty coffee' or 'rooftop bars'. It does not explicitly name sibling alternatives or state when not to use this tool, so it stops short of full when/when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
build_itinerary - First observed
destination_brief - First observed
find_destinations - First observed
spot_photos - First observed
top_spots
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Plan your perfect day out anywhere: itineraries and neighbourhood guides, tuned to mood and weather.
Plan real trips in chat: live stays and activities, video imports, crew planning, booking links.
391Plan trips on a map: routed transport, day-by-day itineraries, and a plan you can share.
Plan trips and manage itineraries, stays, transport, activities, expenses, and documents in Tripsy.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceConverts natural language travel requests into customizable multi-city itineraries, with tools for planning, editing, and exporting trips across 69 global destinations.-
- AlicenseAqualityBmaintenanceEnables AI agents to plan trips by searching flights, accommodations, and activities, and managing itineraries collaboratively with role-based permissions.2061MIT
- AlicenseAqualityDmaintenanceTravel planning tools from Plantrip: generate day-by-day itineraries, AI packing lists, weather insights, and trip cost estimates. Every itinerary gets a shareable page the user owns; free API key, no subscription.1441MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI-assisted travel planning with real-time weather forecasts, place discovery, customized itinerary generation based on interests and budget, and travel distance calculations between cities.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.