Skip to main content
Glama

Seller attach tracking

seller_attach_tracking
Idempotent

Attach or update tracking on an already-shipped order. Use mark_shipped for first ship; this is for late-arriving tracking only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
carrierYesCarrier handling the shipment.
order_idYesUUID of the order to attach tracking to (must be awaiting fulfilment or shipped).
tracking_numberYesCarrier tracking number; replaces any tracking already on the shipment.

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate mutation, idempotency, and non-destructiveness. The description adds context that tracking is replaced and that the order must already be shipped, enhancing transparency without contradicting the annotations.

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?

The description is concise, front-loaded with the action, and every sentence adds value by clarifying usage boundaries.

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 mutation tool with no output schema, the description fully covers what the tool does, when to use it, and the key parameter behavior. No critical context is missing.

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 descriptions cover all parameters, and the description adds useful semantics such as tracking_number replacing existing tracking. The order_id status note ('awaiting fulfilment or shipped') is slightly broader than the main 'already-shipped' wording but still provides meaningful guidance.

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 ('Attach or update tracking') and the resource ('already-shipped order'), and distinguishes it from the sibling tool seller_mark_shipped by explicitly noting this is for late-arriving tracking only.

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?

Provides explicit usage guidance: use mark_shipped for first ship and this tool for late-arriving tracking only. This makes the tool's intended scenario clear relative to alternatives.

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.