Skip to main content
Glama

watch_lane

Watch a lane for schedule alerts (PAID): get emailed when a sailing on it is blanked, a booking cut-off is about to close, or a sailing slips. Also alerts on reliability drops. Returns the created watch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originYesOrigin port UN/LOCODE, e.g. CNNGB
alert_slipNoAlert when a sailing slips vs schedule (default true)
alert_blankNoAlert on suspected blank sailings (default true)
destinationYesDestination port UN/LOCODE, e.g. NLRTM
alert_cutoffNoAlert when a booking cut-off is closing (default true)
carrier_codeNoOptional SCAC to scope the watch to one carrier
cutoff_lead_hoursNoHours before cut-off to alert (default 48)

TDQS

A3.8/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses key behaviors: email alerts for four events and returns the created watch. It does not mention any destructive side effects, which matches the read/create nature of watching.

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 with no fluff. First sentence defines the action, second sentence mentions output. Information is front-loaded and every sentence adds value.

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?

Given 7 parameters and no output schema, the description covers the main behavior and output type ('Returns the created watch'). It notes the paid nature. Could be slightly more detailed about the return format but is still fairly complete.

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 coverage is 100%, so baseline is 3. The description does not add extra meaning to parameters beyond what the schema provides (e.g., origins, destinations, alert toggles). It focuses on high-level function, which is acceptable but not additive.

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 verb 'Watch a lane' and specifies the exact alerts (blanked, cut-off closing, slip, reliability drops). It distinguishes itself from sibling tools like 'find_sailings' or 'get_schedules' which are listing tools, while this is for monitoring.

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?

The description mentions '(PAID)' indicating it's a paid feature but provides no explicit guidance on when to use this tool versus siblings. No alternatives or when-not-to-use hints are given.

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

Each tool targets a distinct aspect of ocean shipping: storms, carrier performance, lane schedules, port conditions, and alerts. Even overlapping areas like carrier reliability and lane comparisons are clearly differentiated by scope and purpose.

Naming Consistency4/5

All tools use consistent snake_case naming. Most follow a verb_noun or noun_noun pattern, though some start with verbs (e.g., compare_lanes, find_sailings) and others with nouns (e.g., carrier_league, port_congestion). This is predictable but not perfectly uniform.

Tool Count5/5

With 12 tools, the server is well-scoped for the domain of ocean scheduling. Each tool provides meaningful functionality without redundancy, covering storms, carriers, lanes, ports, and alerts.

Completeness4/5

The tool surface covers core information needs: storms, carrier reliability, lane schedules, port congestion, transit times, and alerts. Minor gaps exist, such as lacking detailed vessel info or carrier-specific data beyond reliability, but the overall coverage is strong for an informational service.

Resources