Skip to main content
Glama
berthelius

Frihet MCP Server

List Reservations

list_reservations
Read-onlyIdempotent

Retrieve workspace reservations with filters by property, status, or date range. Returns 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
afterNoCursor for cursor-based pagination / Cursor de paginacion
limitNoMax results (1-100)
fieldsNoComma-separated fields to return / Campos a devolver
offsetNoOffset for pagination / Desplazamiento
statusNoFilter by reservation status / Filtrar por estado
checkInToNoCheck-in to date YYYY-MM-DD / Entrada hasta (YYYY-MM-DD)
propertyIdNoFilter by property ID / Filtrar por propiedad
checkInFromNoCheck-in from date YYYY-MM-DD / Entrada desde (YYYY-MM-DD)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
limitYes
totalYes
offsetYes
nextCursorNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds that it lists reservations, which is consistent, but provides no extra behavioral context beyond annotations (e.g., pagination behavior, ordering, or rate limits).

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, front-loaded with English and then Spanish. Every word earns its place; no fluff. Highly concise and well-structured.

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?

Given 8 optional parameters and an output schema, the description covers the tool's purpose and return fields. However, it doesn't explicitly mention pagination parameters (after, limit, offset) or sorting behavior. Still, with output schema present, this is a minor gap.

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 schema already describes all parameters. Description only reiterates that filters are optional by property, status, or date range, adding no new meaning. Baseline 3 applies.

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 the verb 'list' and resource 'reservations for the workspace', lists optional filters, and specifies returned fields. It distinguishes from sibling tools like 'get_reservation' (single) and other list tools by scope.

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?

No explicit guidance on when to use this tool versus alternatives (e.g., 'get_reservation' for a single reservation). Usage is implied as a listing tool, but no exclusion criteria or prerequisites are mentioned.

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

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