Skip to main content
Glama
panoskiriakopoulos-sys

Rizerve MCP Server

Get iCal Export URL

rizerve_export_ical
Read-onlyIdempotent

Get a property's public iCal feed URL to sync its availability with OTAs like Airbnb, VRBO, and Booking.com.

Instructions

Get a property's public iCal feed URL for importing into OTAs (Airbnb, VRBO, Booking.com).

This is the URL you give to external platforms so they can read Rizerve's calendar.

Args:

  • slug (string): Property public slug

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

Returns: Public iCal URL for the property.

Examples:

  • "Get the iCal URL to share with Airbnb" → rizerve_export_ical({ slug: "beachfront-villa" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProperty public slug (e.g. "beachfront-villa")
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior3/5

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

Annotations already indicate safe, idempotent, read-only behavior. The description adds that the URL is public and for OTAs, but does not disclose additional behavioral traits such as rate limits or error handling. No contradiction with 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 very concise with a clear structure: a one-line summary, then Args, Returns, and Examples. Every sentence adds value, no fluff.

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?

For a simple read-only tool with two well-documented parameters, the description covers the main usage, includes an example, and clarifies the return type. It lacks error handling or edge case info, but that is acceptable given the tool's simplicity.

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%, so the description adds little beyond the schema. It repeats parameter names and types, but includes the default for response_format and an example. This is sufficient but not extra valuable.

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?

Clearly states the tool gets a property's public iCal feed URL for importing into OTAs. The verb and resource are specific, but it does not explicitly differentiate from sibling tools like rizerve_import_ical_feed or rizerve_list_ical_feeds.

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?

Describes the typical use case (sharing with OTAs) and that the URL is public. However, it does not provide explicit when-to-use or when-not-to-use guidance or compare with alternative tools.

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