Skip to main content
Glama
FurlPay
by FurlPay

travel_search_flights

Search for flight quotes on a specific route and date, returning a unique quote ID for booking.

Instructions

Search flights via Travala for a route and date. Returns quotes with a quoteId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesDestination IATA code
dateYesYYYY-MM-DD
fromYesOrigin IATA code
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions returning quotes but does not disclose whether it is read-only, any authorization requirements, rate limits, or side effects. This is minimal transparency.

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 a single, focused sentence with no wasted words. It front-loads the key action and result effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that there are three simple parameters, no enums, and no output schema, the description covers the basic purpose and return value. However, it lacks details on pagination, error handling, or additional constraints (e.g., date range limits) that could be helpful.

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?

Input schema has 100% coverage, with good descriptions for each parameter. The description adds no extra meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 verb (Search), resource (flights), platform (via Travala), and return value (quotes with quoteId). It is distinct from sibling tools like travel_search_stays, which are for stays.

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 implies usage for flight searches by naming the resource and platform. It does not explicitly exclude alternatives or provide when-not guidance, but the context is sufficiently clear to differentiate from search_stays.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FurlPay/furlpay-travel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server