Skip to main content
Glama

ActionShip by Teapplix Demo

Cancel Shipping Label

teapplix_cancel_label
Destructive

Cancel a purchased shipping label. Provide one of: TxnId (cancels all labels for the order), ClientRequestId, or TrackingNumber+TrackingCarrier. [DEMO]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ForceNoMark order as unshipped even if FedEx/UPS cancellation fails.
TxnIdNoCancel all labels for this order ID. If the order has extra packages, all are cancelled.
TrackingNumberNoCancel by tracking number. Use together with TrackingCarrier.
ClientRequestIdNoCancel by client request ID (used when the label was purchased via PurchaseLabel without an order).
TrackingCarrierNoCarrier name for tracking-number cancellation (e.g. UPS, FedEx, USPS).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
StatusNo
MessageNo
SuccessNo
DescriptionNo

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, covering the safety profile. The description adds that TxnId cancels all labels for the order, which is a useful behavioral consequence beyond a single label. However, it doesn't disclose failure modes or the Force parameter's effect on unshipped status. With annotations present, this is adequate but not rich.

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 two sentences, front-loaded with the action, followed by clear selection guidance. It contains zero redundant information and is efficiently structured.

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?

With 5 parameters, no required fields, and an output schema, the description covers the essential selection logic. It doesn't mention the Force parameter or cancellation failure behavior, but these are documented in the schema and annotations. For a cancellation tool, this is reasonably complete.

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%, so baseline is 3. The description adds value by grouping parameters into mutually exclusive alternatives and noting that TxnId cancels all labels, reinforcing schema semantics. This selection logic is not explicitly encoded in the schema, so the description enhances parameter understanding.

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 states 'Cancel a purchased shipping label' with a specific verb and resource, clearly distinguishing it from sibling tools like purchase_label and track. The action and target are unambiguous.

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?

The description provides explicit selection guidance: 'Provide one of: TxnId, ClientRequestId, or TrackingNumber+TrackingCarrier.' This tells the agent exactly how to invoke the tool, though it doesn't explicitly compare with alternatives like purchase_label or track. The context is clear enough for correct usage.

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

Most tools have clearly distinct purposes (orders, labels, rates, zones, profiles). A few name pairs like manage_tag vs manage_order_tags and set_order_ship_options vs update_order could be confused, but the descriptions explicitly clarify when to use each.

Naming Consistency5/5

All tools share the teapplix_ prefix and follow a consistent verb_noun pattern (e.g., get_orders, create_order, purchase_label, validate_address). The only deviation is the bare 'help' tool, which is conventional and does not disrupt the pattern.

Tool Count4/5

At 28 tools, the server is slightly over the ideal 3-15 range, but the breadth of shipping operations (orders, labels, rates, manifests, tracking, configuration) justifies the count. It is not bloated.

Completeness5/5

The tool surface covers the full order-to-shipping lifecycle: order create/update/retrieve, splitting/merging, label purchase and cancellation, rate quotes, tracking, manifesting, address validation, 3PL submission, and configuration (profiles, warehouses, queues, tags). No significant gaps are apparent.

Resources