Skip to main content
Glama

get_quote

Authoritative price quote for a Morocco ↔ Europe shipment, returned from the same pricing engine the website uses. Provide weight_kg for boxes/suitcases or items[] for catalogue goods. Never re-compute prices yourself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNoCatalogue goods. Use item_id (or name) from get_services.
flex_daysNoSearch window after pickup_date (default 14)
weight_kgNoTotal weight for box/suitcase shipments
origin_cityYes
pickup_dateNoYYYY-MM-DD, defaults to today
origin_countryYesISO-3166 alpha-2
destination_cityYes
destination_countryYesISO-3166 alpha-2

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full transparency burden. It discloses that the tool is authoritative and uses the same pricing engine as the website, and it cautions against self-computation. However, it does not state whether the operation is read-only, what happens on invalid input, or any permission/rate considerations.

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?

Three sentences, front-loaded with the tool's purpose, followed by input guidance and a non-recomputation directive. Every sentence earns its place with no redundancy or 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?

The description is adequate for identifying the tool and its two input modes, but it doesn't disclose output structure, and no output schema exists. It also leaves ambiguity about whether weight_kg and items[] are mutually exclusive, and it does not clarify response behavior for invalid or incomplete required parameters.

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?

Schema coverage is high at 75%, but the description adds meaningful semantic grouping: weight_kg is for boxes/suitcases while items[] is for catalogue goods. This clarifies the intended selection between two parameter families, which is not explicit in the individual schema descriptions.

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?

States a specific action: returns an authoritative price quote for Morocco ↔ Europe shipments from the website's own pricing engine. The resource and scope are clear, and the authoritative framing separates it from generic estimation tools, though it doesn't explicitly contrast with siblings like estimate_customs.

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?

Provides how-to guidance for inputs (weight_kg vs items[]) and a strong directive to never recompute prices, but gives no when-to-use guidance versus alternatives. Sibling tools such as estimate_customs or get_services are not mentioned, so an agent receives no routing or exclusion information.

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