Skip to main content
Glama

kurashigram

flight_fares

日本の国内線18路線の最安値の台帳(毎日・あす/1週間後/1か月後に乗る片道・大人1人・直行便)。出典 Amadeus 運賃検索・取得日つき

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are supplied, so the description carries the burden. It usefully discloses the data source (Amadeus), the acquisition date, and fixed query conditions (one-way, adult, direct). However, it does not state whether the data is a live query or a static snapshot, nor what output shape to expect, leaving some behavioral ambiguity.

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 compact sentence with every clause carrying information: route count, fare type, time horizons, passenger type, direct-flight constraint, source, and date stamp. It is front-loaded with the core 'ledger' concept and has no filler.

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?

For a parameterless tool this is close to complete, but it never specifies the output format or fields of the ledger. It also omits the actual route list and whether the data is refreshed daily or per request. Given the absence of an output schema, a short note on return structure would make it fully self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the schema fully defines the input surface (empty object). The description adds context about the fixed criteria (routes, date horizons, passenger type), which is helpful even though no parameter documentation is needed. Baseline for zero-parameter tools is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the tool as a ledger of the cheapest one-way direct fares for 18 Japanese domestic routes, with explicit time horizons (tomorrow/1 week/1 month) and adult traveler. This differentiates it from sibling tools like 'cheapest' or 'hikaku' by specifying the domain and scope. It lacks an explicit verb like 'returns' or 'lists', but the noun phrase '台帳' and the specificity make the purpose clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance about when to choose this tool over siblings such as 'cheapest' or 'hikaku', nor any exclusion criteria. The description implies a read-only data reference for domestic flight fare comparisons, but an agent must infer this. With many sibling tools, the lack of routing guidance is a clear gap.

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