Skip to main content
Glama

get_eurocollis_info

What EuroCollis is, the corridors it operates, currency, deposit model and where bookings are completed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It describes the scope of the returned information but does not explicitly state the operation ('returns', 'provides') or any constraints such as data being static or auth requirements. For a zero-parameter info endpoint this is a minor gap, but the description still adds no behavior beyond content topics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that packs all key topics without redundancy. The phrasing is slightly awkward ('What EuroCollis is, the corridors it operates...') but it is concise, front-loaded, and every listed item earns its place.

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 no-parameter, no-output-schema information tool, the description gives an agent enough context to decide whether to call it: it will provide an overview of EuroCollis plus corridors, currency, deposit model, and booking completion location. A small note that this is static reference information would make it more complete, but the essentials are present.

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 input schema places no burden on the description. The description appropriately focuses on what the tool returns rather than input semantics, which is the correct trade-off for a parameterless endpoint.

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 clearly identifies the resource (EuroCollis) and the specific information provided: definition, corridors, currency, deposit model, and where bookings are completed. It stops short of a strong action verb like 'returns' or 'retrieves', and it does not explicitly differentiate from sibling tools, but the content scope 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?

No explicit when-to-use or when-not-to-use guidance is given, and no alternative tools are mentioned. However, the usage is implied: an agent needing facts about EuroCollis itself—its corridors, currency, deposit model, or booking location—can infer this is the right tool. The lack of explicit routing to a sibling leaves the inference to the agent.

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/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: reference data, pricing, customs, courier discovery, storefronts, and tracking. Even closely related tools like get_courier, get_storefront, and search_couriers are clearly separated by function.

Naming Consistency5/5

All tool names follow a consistent imperative verb_noun snake_case pattern. The get_ prefix is used for lookups, while convert_, estimate_, search_, and track_ clearly signal different actions.

Tool Count5/5

Twelve tools is well within the ideal range, and each tool covers a distinct operational need for the EuroCollis pre-booking and tracking workflow. There is no obvious redundancy or bloat.

Completeness4/5

The set covers routes, cities, services, prohibited items, quotes, customs estimates, currency conversion, courier discovery, storefronts, and tracking, so nearly all public user intents are supported. Minor gaps remain around explicit supported-country/currency lists and the final booking step, but agents can work around these via get_routes and get_eurocollis_info.

Resources