Skip to main content
Glama

Seller mark shipped

seller_mark_shipped
Idempotent

Mark an order as shipped by providing its ID, carrier, and tracking number. Repeating the same details is a no-op, and it automatically starts carrier polling.

Instructions

Mark an order as shipped with a tracking number. Idempotent on (order_id, tracking_number) — same pair is a no-op success. Enqueues carrier polling automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
carrierYesCarrier handling the shipment.
order_idYesUUID of the paid order to mark as shipped.
label_urlNoURL of the shipping label, if available.
tracking_numberYesCarrier tracking number. Idempotent: repeating the same order + number is a no-op success.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations, the description discloses idempotent no-op behavior and the automatic enqueueing of carrier polling. It does not exhaustively describe all side effects, but the annotations already cover read-only/destructive hints, so the additional context is valuable.

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 primary action, and contains no filler. The idempotency and side-effect details are included in two tight sentences.

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?

The description covers the primary purpose, idempotency, and a key side effect, while the schema supplies required parameters and constraints. It does not mention error conditions or return values, but these are not essential for a basic call.

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?

The schema provides full descriptions for all parameters, including a clear explanation of the tracking_number idempotency. The tool description adds little beyond what is already present in the parameter schemas.

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 'Mark an order as shipped with a tracking number,' which is a specific action and distinguishes it from related tools like seller_mark_delivered or seller_attach_tracking. The scope is immediately understandable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the core behavior and idempotency, but it does not explicitly say when to use this tool over alternatives such as seller_mark_delivered or seller_attach_tracking. Usage context is implied but not directly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitroadai/bitroad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server