Skip to main content
Glama

clm_shipment_command_update_shipment_status

Idempotent

Update a shipment's status by supplying its ID and target status, along with optional distance, grouping, or equipment data, to reflect progress or completion.

Instructions

Execute ShipmentCommand/UpdateShipmentStatus (a write operation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.1/5.0
Behavior3/5

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

Annotations already cover idempotency and non-destructiveness. The description adds that the operation is a write operation, which is a useful mutating-behavior signal not explicit in the annotations. However, it does not describe side effects, prerequisites, or what statuses are valid, so it adds only minimal behavioral context beyond the structured annotations.

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 short but mostly restates the tool name; the only substantive addition is 'a write operation.' This is under-specification rather than effective conciseness, since not enough information is packed into the sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even with an output schema and non-contradictory annotations, the description is too thin for a tool with eight nested parameters and many sibling shipment commands. An agent cannot determine valid parameter combinations, triggering business scenarios, or how this differs from other shipment mutation commands.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to compensate for the undocumented nested parameters. It does not explain ShipmentId, Status, DiscardComment, CompletedEquipments, CancelledEquipmentIds, or any parameter relationships, leaving an agent without the information needed to construct a correct call.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is essentially a restatement of the tool name: 'Execute ShipmentCommand/UpdateShipmentStatus' maps directly to clm_shipment_command_update_shipment_status. It adds only the generic label 'a write operation' but does not explicitly say that it changes a shipment's status or what entity/state is affected.

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?

No usage guidance is provided. The description does not explain when to use this tool instead of related shipment commands such as clm_shipment_command_discard_shipment, delete_draft_shipment, or update_shipment_comment, and there are no context or exclusion conditions.

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

Install Server

Other Tools

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/sabadia/clm-mcp'

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