Skip to main content
Glama

Update order shipping

shop_update_order_shipping
DestructiveIdempotent

Sets the status of a specific order to the passed value. The possible modifications are limited: you can only update orders from the "PENDING" to the "FULFILLED" status, or from the "FULFILLED" to the "DELIVERED" status. Sets a new tracking url to the corresponding order. Sets a new tracking number to the corresponding order. Guidance: Sets the status of a specific order to the passed value. The possible modifications are limited: you can only update... | context: order_id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoNew order status.
order_idYesUnique ID of the order.
shipping_tracking_numNoNew tracking number
shipping_tracking_urlNoNew tracking url

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The annotations already indicate this is a non-read-only, destructive, idempotent mutation. The description aligns with those annotations and adds concrete behavioral details about status and tracking updates. No contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is redundant, including separate sentences for tracking URL and tracking number, and it contains an awkward truncated 'Guidance:' section that repeats earlier content. This hurts clarity and conciseness.

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 the annotations and full schema coverage, the description provides enough context for an agent to use the tool correctly. It explains the allowed transitions and the fields involved; no output schema is present, so return-value details are not required.

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%, and the description adds meaningful context by explaining the status transition rules and the role of tracking fields. It doesn't restate every schema detail, but it supplements them effectively.

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 that the tool sets the shipping status of an order to the passed value and also updates tracking number and URL. The resource and action are specific, and the title reinforces the purpose.

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?

It explicitly explains the allowed status transitions (PENDING to FULFILLED, FULFILLED to DELIVERED), which is important usage guidance. It does not compare directly to sibling update tools, but the constraints are clear enough for when this tool should be used.

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.