Skip to main content
Glama

Get Shipping Estimate

get_shipping_estimate
Read-onlyIdempotent

Get estimated delivery time, free shipping threshold, and carrier information for a specific country. Use this when a customer asks about shipping costs or delivery times to their location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
country_codeYesISO 3166-1 alpha-2 or alpha-3 country code (e.g. 'PL', 'DE', 'GB', 'FR', 'DEU', 'GBR')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
carrierNo
messageNo
returnsNo
trackingNo
supportedNo
country_codeNo
free_shippingNo
shipping_costNo
_response_budgetNo
delivery_estimateNo
manufacturing_noteNo
supported_countriesNo
total_estimated_timeNo
wall_art_launch_gateNo
tax_duty_handling_noteNo
address_sign_launch_gateNo
tax_duty_handling_setup_dependentNo

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds output details (delivery time, threshold, carrier) but does not disclose edge cases or error behavior. Adequate given annotation coverage.

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, front-loaded with action and outputs, then usage guidance. No filler words or redundancy.

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 read-only tool with one parameter, an output schema, and strong annotations, the description provides essential purpose, scope, and usage context. It is complete for an agent to select and invoke the tool correctly.

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 description covers country_code with ISO 3166-1 alpha-2/alpha-3 examples, achieving 100% coverage. Description adds no additional parameter meaning beyond reinforcing the country scope, so baseline 3 applies.

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?

Description states a specific verb 'Get' with three concrete outputs (delivery time, free shipping threshold, carrier information) scoped to a specific country, clearly distinguishing it from sibling tools like product search or store info.

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?

Includes explicit usage instruction 'Use this when a customer asks about shipping costs or delivery times to their location,' providing clear context. It doesn't mention alternatives or exclusions, but no direct sibling alternative exists.

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

A3.9/5.0
Disambiguation3/5

Most tools hdistinct purposes, but search_products/search_products_task and check_photo_compatibility/check_photo_compatibility_task are direct-versus-task duplications of the same functionality. The descriptions note that one is task-based, so agents can tell them apart, but the overlap could still cause miselection.

Naming Consistency5/5

All tools use a consistent snake_case verb_phnoun pattern (get_, search_, check_, compare_, start_); task variants follow the same naming convention with a clear `_task` suffix. The convention is predictable and uniform.

Tool Count4/5

11 tools is within a reasonable range for a store assistant, and the scope covers discovery, comparison, recommendations, shipping, policies, and configuration. The two direct/task variant pairs add slight redundancy, making it feel a bit heavier than needed.

Completeness4/5

The tool surface covers core storefront workflows: product discovery/details, comparisons, recommendations, reviews, shipping, policies, photo compatibility, and configuration links. Snissing cart, checkout, or order-status tools feels acceptable if the server is scoped as a pre-purchase assistant, though those would be natural complements.

Resources