Skip to main content
Glama

Flight compensation eligibility check

check_flight_compensation
Read-only

Checks if a disrupted flight qualifies for airline compensation (up to €600 per passenger under EU 261 and similar rules) and starts the claim. Use when the user's flight was delayed (3+ hours), cancelled, overbooked / boarding denied, a connection was missed, or luggage was lost or delayed — incl. flights up to 3 years ago. Free eligibility check, no-win-no-fee claim handling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueYesWhat happened to the flight
airlineNoOptional airline name, e.g. 'Ryanair', 'Lufthansa'

TDQS

A3.6/5.0
Behavior1/5

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

The description states 'starts a claim', implying the tool modifies state (writes) by initiating a claim process. However, annotations include readOnlyHint: true, indicating the tool is read-only and does not mutate state. This is a clear contradiction.

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?

Two sentences; the first states purpose and key benefit, the second lists usage conditions. No redundant information. Front-loaded with critical details.

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

Completeness2/5

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

While the description covers purpose and conditions, it lacks details on output/return values (no output schema). The contradiction with annotations undermines trust. Some expected details (e.g., compensation amount limits) are mentioned but overall incomplete for agent decision-making.

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% (both parameters documented). The description adds context by listing example disruptions mapping to the 'issue' enum, but does not provide significant new detail beyond the schema.

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 tool checks flight compensation eligibility and starts a claim, with specific verb 'checks' and resource 'flight compensation'. It distinguishes from sibling tools (travel booking tools) by listing specific disruption types.

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

Usage Guidelines5/5

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

The description explicitly lists when to use: delays (3+ hours), cancellations, denied boarding, missed connections, luggage issues, and flights up to 3 years ago. It also notes 'Free eligibility check, no-win-no-fee claim handling'.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct travel logistics need: flight compensation, car rentals, eSIM plans, luggage storage, attraction tickets/audio tours, and private transfers. There is no overlap, and descriptions clearly delineate each purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in lowercase snake_case, with five using 'search_' and one using 'check_'. Both are appropriate verbs, so the pattern remains uniform and predictable.

Tool Count5/5

With 6 tools, the server is well-scoped for a trip logistics assistant, covering major travel needs without unnecessary bloat or missing core functionality.

Completeness5/5

The tool surface covers flight compensation, car rentals, mobile data, luggage storage, attraction tickets, and airport transfers — a comprehensive set for trip logistics. There are no obvious gaps that would hinder a typical travel assistance workflow.

Resources