Skip to main content
Glama

calmesh_list_bookings

List bookings with pagination and filtering to retrieve booking details including visitor info and status. Use offset and limit to control results, or filter by stakeholder ID.

Instructions

List bookings with optional pagination and filtering. Returns booking details including visitor info and status. Requires "book" scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax bookings to return (1-200). Defaults to 50.
offsetNoNumber of bookings to skip for pagination. Defaults to 0.
stakeholder_idNoFilter bookings assigned to a specific stakeholder ID.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the tool returns booking details including visitor info and status, and requires 'book' scope, which are useful operational traits. It does not explicitly say it is read-only, but 'list' implies a non-mutating operation.

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 a single, efficient sentence that conveys purpose, return contents, and scope requirement without any fluff. It is front-loaded with the primary verb and resource.

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 list tool with no output schema, the description covers the essential points: purpose, optional filtering, return data contents, and authentication scope. It does not specify response format or pagination behavior beyond the parameter descriptions, but this is adequate 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% with all three parameters having descriptions. The description adds nominal value by labeling the parameters as 'pagination and filtering', which contextualizes limit/offset and stakeholder_id, but does not significantly augment the schema's own clear documentation.

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 uses a specific verb and resource ('List bookings') and explicitly mentions optional pagination and filtering, distinguishing it from sibling tools like create_booking, cancel_booking, and list_calendars. The return details (visitor info, status) further clarify its purpose.

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 provides clear context for when to use this tool (listing bookings with pagination/filtering) and notes the required 'book' scope. It does not explicitly mention alternatives or when not to use it, but the usage scenario is evident.

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/davidklemme/calmesh-mcp-server'

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