Skip to main content
Glama
panoskiriakopoulos-sys

Rizerve MCP Server

Get Rizerve Booking

rizerve_get_booking
Read-onlyIdempotent

Retrieve a booking's complete details including guest info, dates, pricing, and status using its UUID.

Instructions

Get a single booking by its UUID.

Args:

  • id (string): Booking UUID

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

Returns: Full booking object with guest details, dates, pricing, and status.

Examples:

  • "Show me booking 660e8400-..." → rizerve_get_booking({ id: "660e8400-e29b-41d4-a716-446655440001" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesBooking UUID
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint as true/false. The description adds behavioral context by specifying the return object includes 'guest details, dates, pricing, and status', which goes beyond annotations. No contradictions.

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 concise, well-structured with clear sections (Args, Returns, Examples), and every sentence adds information. No redundant or vague language.

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 retrieval tool with 2 parameters and no output schema, the description provides sufficient context: it explains the return object and gives an example. The tool's purpose and behavior are fully covered.

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 coverage is 100%, so baseline is 3. The description adds value by including an example call and specifying the default for response_format, which aids the agent in understanding typical 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 explicitly states 'Get a single booking by its UUID' which clearly identifies the verb, resource, and key identifier. This distinguishes it from sibling tools like rizerve_list_bookings that retrieve multiple bookings.

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 implies usage when a specific booking UUID is known, and the example reinforces this. However, it does not explicitly state when to use this tool over alternatives like rizerve_list_bookings. Still, the context is clear enough.

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