Skip to main content
Glama

clm_site_equipment_command_save_site_equipment_other_info

Idempotent

Save the other-info details (responsible persons, photos, documents, comment) for a site equipment booking, finalizing a new booking or updating a draft, assigning a booking number, and re-validating the calendar slot.

Instructions

Saves the "other info" step of a site equipment booking (creator/on-site responsible persons, photos, documents, comment). Depending on whether the booking is still being drafted or already exists, this finalizes creation (assigning a booking number and queuing the create-background command) or updates its draft (queuing the update-background command); it also re-validates the calendar slot reservation.

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.1/5.0
Behavior5/5

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

The description goes well beyond the idempotentHint/destructiveHint annotations by disclosing consequential side effects: assigning a booking number, queuing create-background versus update-background commands (implying async execution), and re-validating the calendar slot reservation. This is exactly the kind of non-obvious behavior an agent needs to know before invoking.

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?

A single well-structured sentence that front-loads the core purpose before explaining the branching behavior. The drafting-vs-existing conditional and the slot re-validation clause are dense but each earns its place; no filler or repeated schema information.

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?

Given the presence of an output schema (so return values need no explanation) and annotations covering safety, the description covers the essential state-dependent behavior, side effects, and domain scope well. The only notable gap is the meaning of ItemId and what happens if calendar slot re-validation fails, but overall an agent has enough to call this correctly.

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?

With 0% schema description coverage, the description carries the burden of explaining parameters. It semantically maps the parenthetical contents to five of the six params (Photos, Documents, OtherInfoComment, OnSiteResponsiblePerson, CreatorResponsiblePerson), which helps because the schema titles are de-normalized ('Onsiteresponsibleperson'). However, ItemId is never mentioned, and the structure of the Photos/Documents object arrays is left unexplained, so compensation is partial.

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: 'Saves the other info step of a site equipment booking,' followed by a parenthetical enumerating the exact contents (creator/on-site responsible persons, photos, documents, comment). This clearly differentiates it from siblings like save_site_equipment_booking_info and save_site_equipment_transport_info, which cover different wizard steps.

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 description provides clear contextual guidance about the state-dependent behavior (draft vs. already existing booking), which helps an agent understand when the tool finalizes creation versus updates a draft. However, it never explicitly names alternatives or states when NOT to use this tool versus related siblings (e.g., update_equipment_booking_from_mobile or the other wizard save steps), leaving tool-selection exclusions to inference.

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