Skip to main content
Glama

clm_site_equipment_command_update_equipment_booking_from_mobile

Idempotent

Updates site equipment booking details from mobile, re-validates the calendar reservation, and queues timeline updates with status-change notifications.

Instructions

Updates an existing site equipment booking's booking/transport/other info from the mobile app, re-validating and re-creating the calendar slot reservation, then queues a background command that updates the timeline and sends the relevant status-change notifications.

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
Behavior4/5

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

The description adds valuable behavioral context beyond the annotations: it re-validates and re-creates the calendar slot reservation, queues a background command, updates the timeline, and sends notifications. The annotations already cover idempotency and non-destructiveness, so the description appropriately focuses on additional side effects.

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?

A single dense sentence packs in the primary action, the re-validation/re-creation behavior, the background queue, and the notification side effect. There is no filler or repetition beyond a minor echo of 'from the mobile app' from the tool name, but overall it is tightly written.

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 is strong on overall behavior and side effects, but weak on parameter semantics and does not guide the agent toward this tool versus the many similar site-equipment sibling tools. The output schema presumably covers return values, so that gap is acceptable, but the missing parameter explanations and usage routing leave it only adequately complete.

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, but it only hints at broad categories like 'booking/transport/other info' and 'calendar slot reservation'. It does not explain the purpose or format of the many parameters inside the params object, such as PricePerCountNoOfUnit, TransportUnitQuantity, or OnSiteResponsiblePerson.

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 a specific verb ('Updates') with a specific resource ('an existing site equipment booking') and a clear scope ('booking/transport/other info'). It also distinguishes itself from creation tools by emphasizing 'existing', making its purpose 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 clear context: use this when updating an existing site equipment booking from the mobile app. It does not explicitly name alternatives or state when-not-to-use, but the 'existing' qualifier and 'from the mobile app' context imply the right scenario.

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