Skip to main content
Glama

list_calendar_events

Retrieve events from a specified calendar within an optional time range. Provide the calendar ID and optional start/end times in Unix seconds.

Instructions

[Official API + UAT] List events in a calendar within an optional time range. Typical usage: first list_calendars to find calendar_id (primary calendar has type="primary"), then list events in e.g. [now, now+7d] (Unix seconds).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendar_idYesCalendar ID from list_calendars
start_timeNoRange start (Unix seconds, optional)
end_timeNoRange end (Unix seconds, optional)
page_sizeNoItems per page (default 50)
page_tokenNoPagination token
sync_tokenNoIncremental sync token (optional)
Behavior3/5

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

No annotations provided, so description bears full burden. Describes it as a read operation ('List events') without mentioning safety, idempotency, or authorization. Mentions time range constraint but lacks deeper behavioral context.

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 only, each providing essential information. First sentence states core function; second gives workflow context. No waste, front-loaded.

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 6 parameters (all described in schema) and no output schema, the description covers main workflow and time range. Could mention pagination (page_size, page_token) or sync_token behavior, but not critical. Overall adequate.

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 baseline is 3. Description adds marginal value by relating calendar_id to list_calendars and specifying Unix seconds for times, but schema already covers these. No additional meaning beyond schema.

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?

Clearly describes 'List events in a calendar' with a specific verb and resource. Distinguishes from sibling tools like create_calendar_event, delete_calendar_event by stating it is for listing. Also provides typical usage context.

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?

Provides explicit guidance: first use list_calendars, then list events with optional time range. Example range [now, now+7d] is given. Does not explicitly exclude alternatives, but context is clear.

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/EthanQC/feishu-user-plugin'

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