Skip to main content
Glama

List Bookings

neuron_list_bookings
Read-onlyIdempotent

List bookings (inbound and host-created) with optional filters for calendar, status, date range, and source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date filter (ISO)
fromNoStart date filter (ISO)
pageNoPage number
limitNoItems per page
sourceNoFilter by source: 'host', 'link', 'public_link'
statusNoFilter by status: confirmed, pending, cancelled, rescheduled, completed, no_show
calendarIdNoFilter by calendar UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds that both inbound and host-created bookings are returned, which is useful context, but says nothing about pagination behavior or result ordering.

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?

A single front-loaded sentence states the action, scope, and filter axes with zero redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a fully documented schema, rich annotations, and no output schema, the description covers the essentials for a list tool. However, it omits pagination/return-shape hints that would help an agent call it correctly across pages.

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 every parameter (from, to, page, limit, source, status, calendarId) is already documented in the schema. The description only restates the filter categories at a high level, adding no syntax or format detail beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (List) and resource (bookings) and adds scope detail ('inbound and host-created') plus the filter axes. It clearly distinguishes from neuron_get_booking (single record), though it does not name that sibling explicitly.

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

Usage Guidelines2/5

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

The description lists optional filters but gives no when-to-use or when-not-to-use guidance, and doesn't point to alternatives like neuron_get_booking or neuron_get_available_slots. Usage is only implied by the word 'List'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources