Skip to main content
Glama

list_events

Fetch scheduled event occurrences between a start and end date, expanding recurring series into separate instances ordered by start time.

Instructions

List event occurrences in [start, end], expanding recurring series.

Dates are interpreted in the calendar's configured zone. Returns one entry per
occurrence (recurring instances are expanded), sorted by start.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes
startYes
calendarNo
Behavior4/5

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

With no annotations, the description carries the full burden and discloses key behaviors: recurring series expansion, calendar timezone interpretation, per-occurrence output, and sorting by start. It does not mention read-only nature explicitly, but 'list' implies safe operation. Minor gaps remain about error handling or pagination, but the description is transparent about core behavior.

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 concise sentences that front-load the primary purpose and add necessary behavioral details. Every sentence adds value, with no redundancy or fluff.

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?

The tool has 3 parameters, no output schema, and no annotations, yet the description covers scope, recurrence expansion, timezone handling, and sort order. It partially describes return shape ('one entry per occurrence') but lacks field-level details. Still, it is reasonably complete for a list operation.

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 has 0% description coverage, so the description must explain parameters. It clarifies start and end as a range, but does not explain the optional 'calendar' parameter or date format. Thus it adds some meaning but is incomplete for the calendar param.

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 ('List') and resource ('event occurrences') with a clear scope ('in [start, end]'), and distinguishes from sibling tools by focusing on occurrences and recurrence expansion. It clearly differentiates from list_calendars and mutation tools.

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?

The description implies usage for listing events in a date range, but does not explicitly state when to prefer it over alternatives or mention any exclusions. It provides clear context for what it does, but no when-not-to-use 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/limey/cal-scheduler-mcp'

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