Skip to main content
Glama

update_reservation

Modify existing meeting room reservations by changing the room, date, or time. Use this tool to adjust bookings on the Boma platform when plans change.

Instructions

Update an existing reservation. You can change the room, time, or date

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reservationIdYesThe UUID of the reservation to update
roomIdNoNew room name
startTimeNoNew start time in HH:MM format
endTimeNoNew end time in HH:MM format
dateNoNew date in YYYY-MM-DD format
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool updates an existing reservation, implying mutation, but lacks details on permissions required, whether changes are reversible, error handling (e.g., if room is unavailable), or response format. This is a significant gap for a mutation tool with zero annotation coverage.

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?

The description is a single, efficient sentence that front-loads the core purpose ('Update an existing reservation') and adds specific details ('room, time, or date') without redundancy. Every word earns its place, making it appropriately sized and easy to parse.

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?

For a mutation tool with no annotations and no output schema, the description is incomplete. It lacks behavioral context (e.g., side effects, error conditions), usage guidelines, and details on return values. While the schema covers parameters well, the overall context for safe and effective use is insufficient.

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 description mentions 'room, time, or date' as updatable fields, which partially maps to parameters like roomId, startTime, endTime, and date. However, with 100% schema description coverage, the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema, meeting the baseline of 3 for high coverage.

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

Purpose4/5

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

The description clearly states the action ('Update') and resource ('an existing reservation'), specifying what can be changed ('room, time, or date'). It distinguishes from siblings like create_reservation and delete_reservation by focusing on modifications rather than creation or deletion, though it doesn't explicitly mention all siblings.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing a reservationId), exclusions (e.g., what cannot be updated), or comparisons to siblings like create_reservation or delete_reservation, leaving the agent to infer usage from context alone.

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/Nicolasvegam/boma-mcp'

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