stopover-planner
Server Details
Live Google Flights search: stopover itineraries, country sweeps, explore anywhere, booking links
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 5 of 5 tools scored.
Each tool targets a distinct use case: polling utility, country-wide sweep, worldwide explore, specific route search, and stopover itineraries. No overlap in functionality.
All search tools follow a consistent 'search_' prefix pattern, while the utility tool uses 'get_', forming a clear verb_noun structure that is predictable and easy to understand.
Five tools cover the core flight planning and stopover discovery functionalities without being excessive or too sparse. The count is well-scoped for the server's purpose.
The tool set covers all major workflows: specific route search, country-wide exploration, worldwide cheap destinations, and multi-day stopover itineraries. The polling utility supports the async tasks needed for background jobs.
Available Tools
5 toolsget_job_resultAInspect
Poll a search started by a background-job tool. Returns {status:"pending"} while running; when status is "done" the same object carries the search payload. Poll every 3 to 5 seconds.
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses return values with status and payload, and polling recommendation. No annotations, so description carries full burden; it covers key behaviors but lacks error handling.
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 sentences, no fluff. Every word contributes to understanding the tool's purpose and behavior.
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?
Covers response format and polling interval. No output schema, so description compensates well. Could mention what happens if job ID is invalid, but overall complete for simple polling.
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?
Only one parameter, jobId, which is implied as the background job ID but not explicitly stated. Schema has no description, so tool description adds context but could be more precise.
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 it polls a search from a background-job tool and specifies the response format. It distinguishes from sibling search tools that initiate jobs.
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?
Describes when to use (polling a background job) and provides polling interval. Could explicitly mention not to use for synchronous results, but context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_country_sweepAInspect
Cheapest live fares from one origin to every destination city in a whole country, in one call (e.g. London to all of Spain). Replaces dozens of route searches. Runs as a background job: returns a jobId; poll get_job_result until done.
| Name | Required | Description | Default |
|---|---|---|---|
| dates | Yes | Departure dates YYYY-MM-DD. 1 to 31 dates per call; must be real calendar dates (2026-02-30 is rejected). | |
| oneway | No | Default true | |
| origin | Yes | e.g. "London" | |
| country | Yes | Country or continent, e.g. "Spain" | |
| nonstop | No | Default true |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully carries the burden. It transparently states it runs as a background job, returns a jobId, and requires polling. No destructive actions mentioned, which is appropriate.
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?
Three concise, front-loaded sentences with zero waste. Each sentence adds critical information.
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?
The tool has 5 parameters all documented. No output schema, but the description explains the return value (jobId) and how to retrieve results. Covers the main behavioral aspects despite no annotations.
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%, but the description adds value by explaining the aggregation purpose and providing additional context like 'must be real calendar dates' and 'country or continent'.
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 tool finds cheapest live fares from one origin to every destination city in a whole country, distinguishing it from sibling tools like search_flights.
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 explains when to use this tool (scanning entire country) and mentions it replaces dozens of route searches. It also notes the asynchronous nature and need to poll get_job_result, providing clear context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_explore_anywhereAInspect
Explore everywhere: the cheapest destinations worldwide from an origin on given dates, with live GBP prices and booking links. Great for "where can I fly cheaply" questions. Runs as a background job: returns a jobId; poll get_job_result until done.
| Name | Required | Description | Default |
|---|---|---|---|
| dates | Yes | Departure dates YYYY-MM-DD. 1 to 31 dates per call; must be real calendar dates (2026-02-30 is rejected). | |
| oneway | No | Default true | |
| origin | Yes | e.g. "London" | |
| nonstop | No | Default true |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It clearly discloses the async behavior: 'runs as a background job: returns a jobId; poll get_job_result until done.' This is critical for correct usage. It does not mention rate limits or auth, but as a search tool, destructive concerns are minimal.
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 effectively convey purpose and usage pattern. No extraneous information; every word serves a purpose. Front-loaded with key functionality.
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 4 parameters with full schema and no output schema, the description explains the output nature (jobId, polling) and result contents (prices, links). It is sufficient for an agent to understand the workflow, though additional details on result format would be nice.
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%, so the schema already documents each parameter (dates, origin, oneway, nonstop). The description adds context like 'live GBP prices' and 'booking links' but does not enhance parameter understanding beyond the schema. Baseline score of 3 is appropriate.
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 tool finds cheapest destinations worldwide from an origin on given dates, with live GBP prices and booking links. It explicitly answers 'where can I fly cheaply' questions, distinguishing it from sibling tools like search_flights (specific flights) and search_country_sweep (likely country-level sweeps).
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 indicates this is for 'where can I fly cheaply' inquiries and notes it runs as a background job returning a jobId. While it implies the workflow (poll get_job_result), it does not explicitly state when not to use it or compare directly with alternatives beyond the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_flightsAInspect
Live Google Flights prices for one route across one or more dates. Each flight includes airline, GBP price, duration, stops, times, and a Google Flights booking link. Synchronous: typically 5 to 20 seconds.
| Name | Required | Description | Default |
|---|---|---|---|
| dates | Yes | Departure dates YYYY-MM-DD. 1 to 31 dates per call; must be real calendar dates (2026-02-30 is rejected). | |
| oneway | No | Default true | |
| origin | Yes | e.g. "London" | |
| nonstop | No | Default true | |
| destination | Yes | e.g. "Madrid" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries the burden. It discloses the synchronous nature, typical latency, and output fields (airline, price, duration, etc.). However, it does not mention error conditions, rate limits, or whether the tool is purely read-only (though 'Live' and 'booking link' imply no destructive actions).
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?
Three concise sentences: first states purpose, second lists output fields, third gives performance context. No redundant information; front-loaded with the most critical purpose.
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?
Without an output schema, the description adequately covers returned fields (airline, GBP price, duration, stops, times, booking link) and performance. It could be more explicit about how multiple dates are handled (e.g., separate flights per date), but overall the description is complete for a search tool with 5 parameters.
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%, with detailed descriptions for each parameter (e.g., dates format and constraints). The tool description does not add significant meaning beyond what the schema already provides, though it reinforces that dates are one per array element and output includes GBP prices.
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 tool retrieves live Google Flights prices for one route across one or more dates, specifying the resource (prices), verb (search/live), and scope (one route, multiple dates). It distinguishes from siblings like search_country_sweep and search_explore_anywhere by focusing on specific route pricing.
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?
No explicit when-to-use or when-not-to-use guidance is provided. The description mentions synchronous timing (5-20 seconds), which implies it's suitable for real-time queries, but does not discuss alternatives or exclusions among the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_stopover_itinerariesAInspect
Find complete multi-day stopover itineraries between two cities: an outbound leg, 1 to 7 days in an intermediate hub city, then the onward leg, priced as one trip from live Google Flights data (GBP) with a booking link on every leg. One call evaluates dozens of hub cities and date splits. Runs as a background job: returns a jobId immediately; poll get_job_result every few seconds until status is done.
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin city or airport, e.g. "London" | |
| nonstop | No | Nonstop legs only (default true) | |
| destination | Yes | Final destination, e.g. "Tokyo" | |
| layoverDays | No | Days to spend in the hub city (default 3) | |
| deadlineDates | Yes | Latest arrival date(s) at the destination, YYYY-MM-DD. 1 to 31 dates per call; must be real calendar dates (2026-02-30 is rejected). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden. It comprehensively discloses the async job behavior, immediate jobId return, polling requirement, data source (Google Flights), currency (GBP), and booking links per leg. This is rich behavioral context.
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?
Three sentences, each focused and informative: first defines purpose, second clarifies scope, third explains async workflow. No wasted words.
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?
The description covers purpose, data source, currency, booking links, and async polling. It slightly lacks detail on the return value format (no output schema), but refers to get_job_result, which is adequate given the sibling tool context. For a moderate-complexity tool, it is mostly complete.
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 baseline is 3. The description does not add extra semantics beyond what the schema already provides for each parameter; it mainly describes overall behavior. Only minor context like 'live Google Flights data' adds value beyond the schema.
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 tool finds 'complete multi-day stopover itineraries between two cities' with specific details on legs, hub stay, pricing, and booking links. It distinguishes itself from siblings like search_flights by focusing on multi-day stopovers.
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 implicitly guides when to use the tool: for stopover itineraries with a hub city and multiple date splits. It mentions the async nature and polling requirement, providing usage context. However, it does not explicitly state when not to use it or compare directly with siblings by name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!