Skip to main content
Glama

Search ShippingRates Data

shippingrates_search
Read-onlyIdempotent

Search current customer-published ShippingRates datasets by keyword.

Matches certified port codes/names, reviewed carrier identities, published transit services, and published local-charge names/carriers. Uncertified families remain empty and legacy rows are never used as a fallback.

FREE — no payment required.

Returns: { query, results: { ports, shipping_lines, trade_lanes, regulatory, local_charges } }.

Related tools: Use shippingrates_port for structured port lookup by UN/LOCODE, shippingrates_lines for full carrier listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYesSearch term — e.g. "maersk", "mumbai", "hapag-lloyd"

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds valuable behavioral context beyond annotations: 'Uncertified families remain empty and legacy rows are never used as a fallback' clarifies data coverage limits, and 'FREE — no payment required' discloses cost. It also outlines the return structure, though it does not detail pagination or rate limits.

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 well-structured and information-dense, covering purpose, match targets, behavioral constraints, cost, return format, and related tools in six sentences. There is minor redundancy ('FREE — no payment required' repeats the word free), but no wasted detail.

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?

The description is remarkably complete for a simple search tool. It explains the data scope, limitations, cost, return shape, and alternative tools. Despite lacking an output schema, it explicitly lists the return object structure. Sibling tools are numerous, but the description helps disambiguate by referencing the most relevant alternatives.

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 100% as the single parameter 'keyword' has a description with examples. The description adds semantic meaning by explaining what the keyword matches (certified port codes/names, reviewed carrier identities, published transit services, local-charge names/carriers), which helps the agent choose effective search terms.

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's function: 'Search current customer-published ShippingRates datasets by keyword.' It specifies the resource (customer-published ShippingRates datasets), the action (search), and the scope (matching certified port codes/names, reviewed carrier identities, published transit services, and local-charge names/carriers). It also distinguishes from siblings by explicitly naming related tools for structured lookup.

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 provides explicit usage guidance by naming alternatives: 'Use shippingrates_port for structured port lookup by UN/LOCODE, shippingrates_lines for full carrier listing.' It also includes a when-not-to-use signal: 'Uncertified families remain empty and legacy rows are never used as a fallback,' implying this tool is only suitable for certified/published data.

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

All 26 tools have clearly distinct purposes, with detailed descriptions that differentiate overlapping areas (e.g., transit vs. schedule vs. vessel schedule). Even closely related tools like dd_calculate, dd_compare, and dd_countdown are well-delineated.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with prefix 'shippingrates_'. Compound names use underscores predictably (e.g., dd_calculate, inland_compare, vessel_schedule_options), making the naming scheme highly predictable.

Tool Count4/5

26 tools is slightly above the ideal range, but the breadth of features (rates, D&D, inland, congestion, risk, schedules, etc.) justifies the count. Each tool earns its place, and there is minimal bloat.

Completeness5/5

The tool set covers all major aspects of shipping intelligence: rates, surcharges, local charges, D&D, inland haulage, congestion, risk, transit, schedules, regulatory updates, and discovery tools. No obvious gaps for the stated purpose.

Resources