Skip to main content
Glama

clm_site_equipment_command_update_site_equipment_booking_status

Idempotent

Update site equipment booking status to approve, reject, withdraw, cancel, or complete, while updating timeline and triggering side effects: usage/price calculation, slot freeing, and email notifications.

Instructions

Transitions a site equipment booking to a new status (e.g. approve, reject, withdraw, cancel, complete), updates its timeline entry, and queues a background command that either completes the linked equipment timeline (calculating actual usage/price and freeing up slots, when completing) or performs the corresponding status-change side effects such as sending notification emails.

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?

Annotations only provide idempotentHint and destructiveHint, so the description carries important behavioral disclosure. It explicitly reveals timeline updates, queued background commands, actual usage/price calculation, slot freeing, and notification emails, giving the agent a clear model of side effects without contradicting the annotations.

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 a single dense sentence that front-loads the core transition and packs status examples and side effects into one clause. It contains no filler, though the nested 'either...or' structure makes the background-command behavior slightly harder to parse than separate sentences would.

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

Completeness3/5

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

The description explains the tool's behavior well, but for a 7-parameter command with zero schema descriptions it leaves important invocation details unclear. The agent still needs to know which parameters are required for 'complete' versus other statuses, what DiscardComment is for, and how Status values map to integer codes.

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 0% parameter-description coverage, so the description must compensate. It clarifies Status, EquipmentBookingId, ActualUsageInMinutes, PricePerCountNoOfUnit, and FreeUpSlot indirectly, but DiscardComment and ActualNoOfSlot remain unexplained, and the mapping of logical statuses like 'approve' or 'reject' to integer Status values is absent.

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-resource pair: 'Transitions a site equipment booking to a new status', then lists concrete statuses and downstream effects. This clearly identifies the booking as the object and distinguishes it from sibling equipment-status tools like clm_site_equipment_command_update_equipment_status.

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 intended use is implied by the status examples and the booking-specific wording, but the description gives no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives such as clm_site_equipment_command_discard_equipment_booking or the mobile booking update variants, so the agent must infer routing from the name and context.

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