Skip to main content
Glama

clm_timeline_command_complete_shipment_equipment_timeline

Destructive

Complete a shipment equipment timeline by recording actual usage, freeing reserved slots, updating the booking, and sending booking-completed notifications.

Instructions

Validates and completes a site-equipment timeline entry: records the completion amount, optionally frees up any remaining reserved calendar slots for the equipment, updates the related shipment/site-equipment booking, and sends a booking-completed notification email in every supported language.

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

A4/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description explicitly discloses meaningful side effects: updating the related shipment/site-equipment booking, sending a booking-completed email in every supported language, and optionally freeing reserved calendar slots. This gives the agent important behavioral context that annotations alone do not provide.

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

Conciseness4/5

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

The description is one front-loaded sentence that states the action and enumerates side effects compactly. It has no filler, though the long chain of effects makes it slightly dense and run-on.

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?

Despite having an output schema and annotations, this is a complex destructive command with multiple parameters and zero schema descriptions. The description explains what happens generally but not how to identify the target timeline, which values are expected, or what the completion amount maps to. An agent would struggle to construct correct parameters with confidence.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the seven undocumented parameters. It only hints at the completion amount and FreeUpSlot behavior; it does not explain CommandId, TimelineId, ActualNoOfSlot, ActualUsageInMinutes, PricePerCountNoOfUnit, or IsEquipmentCompletedSeparately. Parameter names are somewhat self-explanatory, but not sufficiently defined for correct invocation.

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 opens with a specific verb and resource: 'Validates and completes a site-equipment timeline entry.' It then lists concrete side effects (recording completion amount, freeing slots, updating booking, sending notification email), which clearly distinguishes it from sibling timeline list/report tools and other equipment/shipment commands.

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 clearly conveys the operation's context: completing a site-equipment timeline entry. However, it does not explicitly state when to prefer this over related commands like updating site-equipment booking status or list/generate timeline tools, nor does it mention any exclusions or prerequisites.

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