Skip to main content
Glama
panoskiriakopoulos-sys

Rizerve MCP Server

Update Booking Status

rizerve_update_booking_status
DestructiveIdempotent

Update a booking's status using valid transitions. Cancelling unblocks calendar dates; confirming keeps them blocked.

Instructions

Update a booking's status.

Valid transitions:

  • pending → confirmed, cancelled

  • confirmed → cancelled, completed

  • cancelled → (terminal, no further transitions)

  • completed → (terminal, no further transitions)

Cancelling unblocks the calendar dates. Confirming keeps them blocked.

Args:

  • id (string): Booking UUID

  • status (string): New status

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Examples:

  • "Confirm Maria's booking" → rizerve_update_booking_status({ id: "660e...", status: "confirmed" })

  • "Cancel the pending booking" → rizerve_update_booking_status({ id: "660e...", status: "cancelled" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesBooking UUID
statusYesNew booking status (valid transitions: pending→confirmed/cancelled, confirmed→cancelled/completed)
response_formatNoOutput format: 'markdown' or 'json'markdown
Behavior4/5

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

Annotations indicate destructiveHint=true and idempotentHint=true. The description adds context by stating that cancelling unblocks calendar dates and confirming keeps them blocked, which is beyond 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.

Conciseness5/5

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

The description is well-structured with bullet points for transitions and examples. Every sentence is informative and there is no redundancy.

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

Completeness5/5

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

For a simple mutation tool with no output schema, the description fully covers tool behavior, valid transitions, side effects, and provides examples. It is complete enough for an agent to use correctly.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline 3. The description adds value by listing valid transitions and providing examples, and mentions the default for response_format, clarifying parameter usage beyond the schema.

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 the tool updates a booking's status and enumerates valid state transitions. It distinguishes itself from sibling tools (e.g., create_booking, get_booking) by focusing on status mutation.

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 valid transitions and examples, and explains side effects (cancelling unblocks dates, confirming keeps them blocked). However, it does not explicitly state when not to use it versus alternatives like rizerve_batch_set_availability.

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/panoskiriakopoulos-sys/rizerve-mcp-server'

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