Skip to main content
Glama
panoskiriakopoulos-sys

Rizerve MCP Server

Check Property Availability

rizerve_get_availability
Read-onlyIdempotent

Check property availability over a date range. Get available and blocked dates with reasons and overall availability status.

Instructions

Check availability for a property over a date range.

Returns available/blocked dates with reasons. Also returns overall availability status (true/false) for the entire range.

Args:

  • slug (string): Property public slug

  • check_in (date): Start date YYYY-MM-DD (required)

  • check_out (date): End date YYYY-MM-DD (required)

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

Returns: Availability data with total_nights, available_nights, blocked_dates, and overall available flag.

Examples:

  • "Is the villa available July 5-10?" → rizerve_get_availability({ slug: "beachfront-villa", check_in: "2026-07-05", check_out: "2026-07-10" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProperty public slug (e.g. "beachfront-villa")
check_inYesStart date (YYYY-MM-DD)
check_outYesEnd date (YYYY-MM-DD)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior5/5

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

Annotations already indicate readOnly and idempotent behavior, so the description's addition of return fields (total_nights, available_nights, blocked_dates, overall flag) and example adds significant behavioral context. 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.

Conciseness4/5

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

The description is well-structured with a summary, parameter list, return info, and an example. It is concise but not overly terse; every part adds value. Slight redundancy with schema.

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 tool with 4 parameters and full schema coverage, the description covers all aspects: usage, parameters, return values, and an example. It is complete and leaves no ambiguity.

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?

Schema coverage is 100% with detailed descriptions for all parameters. The description repeats much of this info and adds an example, but does not provide additional semantic meaning beyond what the schema already conveys.

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?

Description clearly states 'Check availability for a property over a date range' with a specific verb and resource. It distinguishes from siblings like rizerve_batch_set_availability and rizerve_block_date, which handle other aspects of availability.

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 for checking availability before booking, including an example. However, it does not explicitly exclude scenarios or provide alternatives among siblings, slightly reducing guidance completeness.

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