Skip to main content
Glama
Frihet-io

Frihet MCP Server

List Reservations

list_reservations
Read-onlyIdempotent

List workspace reservations with optional filters by property, status, or date range. Retrieve guest details, dates, channel, and total.

Instructions

List all reservations for the workspace, with optional filters by property, status, or date range. Returns guest, dates, channel, and total. / Lista todas las reservas del espacio de trabajo, con filtros opcionales por propiedad, estado o rango de fechas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
propertyIdNoFilter by property ID / Filtrar por propiedad
statusNoFilter by reservation status / Filtrar por estado
checkInFromNoCheck-in from date YYYY-MM-DD / Entrada desde (YYYY-MM-DD)
checkInToNoCheck-in to date YYYY-MM-DD / Entrada hasta (YYYY-MM-DD)
fieldsNoComma-separated fields to return / Campos a devolver
limitNoMax results (1-100)
offsetNoOffset for pagination / Desplazamiento
afterNoCursor for cursor-based pagination / Cursor de paginacion

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
totalYes
limitYes
offsetYes
nextCursorNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description adds value by stating return fields (guest, dates, channel, total). But it does not disclose pagination behavior or other traits beyond what annotations provide.

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?

Two sentences in English and Spanish, front-loaded with purpose and filters. No extraneous information; every sentence adds value.

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?

With 8 optional parameters, output schema, and 100% coverage, the description is adequate. It covers purpose and return fields but lacks details on pagination and parameter interactions.

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 description coverage is 100%, so baseline is 3. The description summarizes filters (property, status, date range) but does not add new semantics beyond what the schema provides for each parameter.

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 'List all reservations for the workspace', specifying the action and resource. It also mentions optional filters and what fields are returned, distinguishing it from other list tools like list_clients or get_reservation.

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 says 'List all reservations' with optional filters, providing clear context for use. However, it does not explicitly mention alternatives (e.g., get_reservation) or when not to use this tool, so it misses some guidance.

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/Frihet-io/frihet-mcp'

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