Skip to main content
Glama
weihermans

volo-mcp

by weihermans

search_flights

Search available private jet aircraft for any city pair. Get matching aircraft with estimated flight times and cost ranges.

Instructions

Search available private jet aircraft for a city pair. Returns matching aircraft with estimated flight times and cost ranges. Use this when a user mentions a route (e.g., 'New York to London').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesDeparture city (e.g., 'New York', 'Beijing', 'London')
toYesArrival city (e.g., 'Aspen', 'Tokyo', 'Dubai')
passengersNoNumber of passengers (default: 4)
categoryNoAircraft category filter
Behavior4/5

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

With no annotations provided, the description fully covers behavioral aspects by stating it returns 'matching aircraft with estimated flight times and cost ranges,' indicating a read-only search operation. No contradictions exist.

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 extremely concise with two sentences, front-loading the action and purpose. Every sentence provides value with no fluff or repetition.

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

Completeness4/5

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

Given the tool's simplicity, the description adequately covers purpose, usage, and output. No output schema exists, but the description mentions 'estimated flight times and cost ranges,' which is sufficient for agent invocation.

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?

All 4 parameters have 100% schema description coverage, so the baseline is 3. The description adds no additional meaning beyond the schema, as it only reinforces the city pair concept already defined in the parameters.

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 uses a specific verb ('Search') and resource ('available private jet aircraft for a city pair'), clearly stating what the tool does. It distinguishes from sibling tools like get_destinations and get_fleet by focusing on route-based search and returning estimated flight times and cost ranges.

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?

Explicit guidance is provided: 'Use this when a user mentions a route (e.g., 'New York to London').' This clearly indicates the triggering condition, though it does not mention when not to use, which is acceptable given the straightforward context.

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/weihermans/volo-mcp'

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