Skip to main content
Glama
panoskiriakopoulos-sys

Rizerve MCP Server

List iCal Feeds

rizerve_list_ical_feeds
Read-onlyIdempotent

View external iCal feeds imported for a property, including source platform, feed URL, and last sync time.

Instructions

List external iCal feeds imported for a property.

Shows feed URLs, sources (Airbnb, Booking.com, etc.), and last sync times.

Args:

  • slug (string): Property public slug

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

Returns: Array of iCal feed objects with sync status.

Examples:

  • "What iCal feeds are connected to the villa?" → rizerve_list_ical_feeds({ 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
Behavior4/5

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

Annotations already indicate readOnly, idempotent, non-destructive. Description adds that the tool returns an array of feed objects with sync status, and provides context on what information is shown (URLs, sources, last sync). 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?

Description is concise: one sentence for purpose, one for details, then args, returns, and an example. No extraneous information, well-structured.

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 list tool with no output schema, the description covers purpose, return value, args, and an example. No missing essential information 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 covers both parameters with descriptions. Description restates the args briefly and provides an example, but does not add significant meaning beyond the schema. With 100% schema coverage, baseline is 3.

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?

Clear verb 'List' and resource 'external iCal feeds imported for a property'. Also specifies what is shown (feed URLs, sources, last sync times), distinguishing it from sibling tools like import/delete 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?

Description implies usage via example ('What iCal feeds...') but does not explicitly state when to use this tool vs alternatives like rizerve_import_ical_feed or rizerve_delete_ical_feed. No when-not or exclusion criteria provided.

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