Skip to main content
Glama

list_reservations

List campground reservations filtered by arrival date and status. Retrieve confirmed, pending, or cancelled bookings for a specific date range.

Instructions

List reservations, optionally filtered by arrival date and status.

Use when: "what's arriving this weekend?", "show me pending reservations", "count cancellations last month".

Args: start_date: ISO date YYYY-MM-DD — only include reservations whose arrival is on or after this date. end_date: ISO date YYYY-MM-DD — only include reservations whose arrival is on or before this date. status: one of "confirmed", "pending", "cancelled", or other upstream-defined value. Omit for all statuses. limit: page size (server default applies if omitted). offset: zero-based offset for pagination.

Example: start_date="2026-07-01", end_date="2026-07-31", status="confirmed", limit=25.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
statusNo
end_dateNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description must disclose behavior. It states the tool lists and filters reservations but does not discuss pagination details (e.g., server default limit), ordering, or any side effects. Adequate but not comprehensive.

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?

Front-loaded with purpose, followed by usage examples, a structured Args section with clear parameter descriptions, and an example. No wasted sentences; each 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?

Given 5 optional parameters and an output schema, the description covers what the tool does and how to use filters. Could mention default ordering or server pagination limits, but overall sufficient for agent decision-making.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description compensates fully by explaining each parameter's format, semantics, and valid values (e.g., ISO dates, status options, pagination offset). Includes a concrete example.

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 reservations, optionally filtered by arrival date and status.' It uses a specific verb (list) and resource (reservations) and distinguishes from sibling tools like get_reservation and search_availability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit use-case examples ('what's arriving this weekend?', 'show me pending reservations') and explains each parameter with semantics and defaults, guiding when to use filters.

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/sanjibani/campspot-mcp'

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