Skip to main content
Glama

Server Details

Historical flight and package price series for Czech origins. Honest stats, no verdicts. CC BY 4.0

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
current_vs_historyCurrent price vs. historyA
Read-only
Inspect

Stats for one destination (min, median, and what share of the TRACKED DAYS were dearer than the last measurement) without the sample points. Percentages are over observed days, not over the calendar span. Descriptive only: it does not say whether to buy.

ParametersJSON Schema
NameRequiredDescriptionDefault
destinationYesdestination slug

TDQS

A3.9/5.0
Behavior4/5

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

With readOnlyHint=true already declared, the description adds valuable behavioral context: percentages are over observed days rather than the calendar span, and the tool is descriptive only and does not recommend whether to buy. This goes beyond the annotation without contradicting it.

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 dense, purposeful sentences. The first front-loads the core statistics and output scope, and the second clarifies the percentage basis and adds a non-advice caveat. No unnecessary words.

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

Completeness5/5

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

For a simple one-parameter read-only tool with no output schema, the description fully describes what is returned and how to interpret it. The destination slug is already defined in the schema, so nothing essential is missing for correct 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?

The schema already documents destination as a required slug with 100% coverage. The description only says 'one destination' and adds no additional semantic details about the parameter, so it remains at the schema-coverage baseline.

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 names the resource (one destination) and the exact statistics returned (min, median, share of tracked days dearer than the last measurement), and explicitly says the sample points are omitted, which distinguishes it from a price-history tool. It lacks an explicit verb, but the intended operation is unambiguous.

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

Usage Guidelines3/5

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

The phrase 'without the sample points' implies that price_history is the better tool when sample points are needed, and 'Descriptive only' warns against using this tool for buy decisions. However, it never explicitly names sibling tools or gives concrete selection criteria beyond these implications.

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

list_destinationsList destinationsA
Read-only
Inspect

List every destination with a published price series, with how many days each rail was actually measured and the calendar span those measurements fall in. Historical observations only.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: the output is deliberately historical, limited to destinations with published price series, and includes two additional data elements (number of measured days and calendar span). No contradiction exists, and the description goes beyond the annotation by explaining what data the reader will actually see.

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, front-loaded sentence that states the core action and object first, then packs the qualifying details into a compact clause. A second sentence reinforces the historical scope without redundancy. Every word earns its place, and there is no extraneous filler.

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 parameter-less list tool without an output schema, the description does a good job of explaining what will be returned: destinations with published price series, measured-day counts, and calendar spans. It is arguably complete for invocation purposes, though it does not mention ordering, pagination, or clarify the domain-specific meaning of 'rail,' which an agent might need to interpret the response.

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?

The tool has zero parameters, so the baseline is 4 per the rubric. The description does not need to explain parameter behavior because there are no inputs to configure; its focus on the output fields is appropriate and sufficient.

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 names a specific verb ('list') and resource ('every destination with a published price series'), then scopes the content with the measured-days and calendar-span details. The 'Historical observations only' qualifier sets it apart from the sibling tools, which focus on history comparison and prices rather than destination-level measurement coverage.

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 provides clear usage context: it returns historical measurement coverage for all destinations with a published price series. It does not explicitly name when to avoid this tool or mention alternatives like current_vs_history or price_history, but the historical-only restriction gives the agent enough situational understanding to select it correctly.

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

price_historyPrice historyA
Read-only
Inspect

Price series for one destination: measured span, stats, a downsampled sample of points and any regime breaks. Historical observations only, never a live quote or a recommendation.

ParametersJSON Schema
NameRequiredDescriptionDefault
railNooptional: restrict to one rail
destinationYesdestination slug, as returned by list_destinations

TDQS

A4.2/5.0
Behavior4/5

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

The read-only annotation is reinforced and supplemented by the description: it is historical observations only, never a live quote or recommendation. The mention of a downsampled sample and regime breaks gives useful behavioral context beyond the annotation.

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?

A single, front-loaded sentence states the core purpose before providing clarifying constraints. Every clause adds value, with no filler or repetition of schema details.

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?

Although there is no output schema, the description names the key output categories (span, stats, downsampled sample, regime breaks) and the main exclusions (live quote, recommendation). It could go further on empty-history edge cases or formatting, but it provides enough for an agent to call the tool confidently.

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?

The input schema already provides 100% description coverage for both parameters, including the destination slug format and rail enum. The tool description adds little parameter-specific detail beyond confirming the destination scope, so the baseline of 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 names the exact resource (price series for one destination) and enumerates the returned components: span, stats, downsampled sample, and regime breaks. It also differentiates from siblings by explicitly stating it is historical only and never a live quote or recommendation.

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 clearly establishes when to use the tool: when historical price data for a destination is needed. It also provides a when-not signal by ruling out live quotes and recommendations, though it does not explicitly name sibling tools like current_vs_history as alternatives.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides AI assistants direct access to 700+ statistical datasets about the Czech Republic, including population, economy, prices, wages, employment, industry, agriculture, trade, tourism, environment, and more.
    12
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Flight search for AI agents: flexible-date cheapest round-trips with a good-price verdict from historical data. Hosted remote MCP, free, no key.
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying Czech Statistical Office open data through MCP tools and natural language questions.
    8
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables real-time flight fare searches across date ranges and multiple destinations, with historical price insights and booking links. Provides one-way and round-trip search tools through MCP.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

list_destinations is clearly a discovery tool, while price_history provides the full series and current_vs_history provides a comparative summary. There is some overlap because both single-destination tools report stats, but the stated outputs are distinct enough for an agent to choose correctly.

Naming Consistency3/5

list_destinations follows a verb_noun pattern, but price_history and current_vs_history are noun phrases with no consistent verb. The names are readable and reasonably descriptive, but the mix of conventions prevents a higher score.

Tool Count4/5

Three tools is on the small side, but each covers a meaningful slice of the price-history workflow: enumerate available series, inspect a series, and get a current-vs-history summary. It is slightly sparse but not unreasonably so for a focused read-only server.

Completeness4/5

The server covers discovery and per-destination historical detail, plus the headline comparison statistic, so core read-only use cases are supported. Obvious gaps such as raw full-resolution series, cross-destination comparison, or any write/live-quote operations are absent but appear to be out of scope.

Resources