Skip to main content
Glama

Is this flight price good right now?

flight_price_verdict

Answers "buy now or wait?" for a route, from 90 days of observed prices: verdict, percentile of today's cheapest fare against its own history, median, all-time low, and sample size. This is not a flight search: it judges a price. No other public source computes it, because it needs the price history, not today's snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originYesOrigin CITY NAME, e.g. "Milan". Airport codes are not accepted.
destinationYesDestination CITY NAME, e.g. "Tokyo". Airport codes are not accepted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / destination / description
      Previous value: -"Destination city or IATA code, e.g. \"Tokyo\" or \"NRT\"."New value: +"Destination CITY NAME, e.g. \"Tokyo\". Airport codes are not accepted."
    • changedInput schema / properties / origin / description
      Previous value: -"Origin city or IATA code, e.g. \"Milan\" or \"MXP\"."New value: +"Origin CITY NAME, e.g. \"Milan\". Airport codes are not accepted."
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does well by disclosing the underlying data window (90 days), the nature of the operation (judging a price, not modifying anything), and the specific outputs (verdict, percentile, median, all-time low, sample size). It does not mention error cases or data availability limits, but the core behavior is transparent.

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 three concise sentences, with the core answer front-loaded. The second sentence prevents misuse by excluding flight search, and the third explains the unique data requirement. No repetition or filler; every sentence contributes useful context.

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?

For a two-parameter tool with no output schema, the description effectively covers the return values and the tool's non-search nature. It does not elaborate on edge cases or how the percentile should be interpreted, but the essentials—how to call, what to expect, and when it applies—are present. Sibling differentiation could be stronger, but it is adequate.

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?

Schema coverage is 100%, with both origin and destination thoroughly described including format constraints and examples. The description adds no new parameter-level detail beyond calling it a 'route,' so the baseline score of 3 applies.

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 states a specific purpose: answering 'buy now or wait?' for a route based on 90 days of price history. It clearly distinguishes itself from flight search by saying 'This is not a flight search: it judges a price.' This separates it from any search-like siblings and defines the tool's resource as price verdicts.

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 phrase 'buy now or wait?' clearly signals when to use the tool: when deciding whether to purchase a fare for a known route. It explicitly excludes flight search scenarios, but does not name or contrast the sibling tools cheapest_months and when_to_book, so alternative selection is left somewhat implied.

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.

Resources