Skip to main content
Glama
dipseth

google-workspace-unlimited

List Calendar Events

list_events
Read-onlyIdempotent

Retrieve events from a Google Calendar within a specified time range. Supports custom calendar IDs, time boundaries, and limits on result count.

Instructions

Retrieves a list of events from a specified Google Calendar within a given time range. By default, looks for events in the next 10 days starting from the current time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_maxNoThe end of the time range (exclusive) in RFC3339 format. If omitted, defaults to 10 days from the start time
time_minNoThe start of the time range (inclusive) in RFC3339 format (e.g., '2024-05-12T10:00:00Z' or '2024-05-12'). If omitted, defaults to the current time
calendar_idNoThe ID of the calendar to query. Use 'primary' for the user's primary calendar. Calendar IDs can be obtained using `list_calendars`primary
max_resultsNoThe maximum number of events to return
user_google_emailNoThe user's Google email address for Calendar access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
errorNo
eventsYes
timeMaxYes
timeMinYes
userEmailYes
calendarIdYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds value by specifying the default time range and that it retrieves events, which is consistent with annotations. No contradictions.

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 two sentences long with no unnecessary words. It front-loads the core action and then provides the default behavior. Every sentence is informative and concisely written.

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

Completeness5/5

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

Given the complexity (5 parameters, all optional), the description covers the key points: what it does, default time range, and ability to specify calendar_id via list_calendars (cross-reference). Output schema exists, so return values need not be explained. The description is complete for this tool.

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 baseline is 3. The description does not add additional meaning beyond the schema; it references defaults that are already documented. No extra semantic value.

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 the verb 'retrieves', the resource 'events', and the source 'Google Calendar'. It also specifies the default time range, distinguishing it from other event-related tools like create_event, delete_event, get_event, and modify_event.

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 provides context on default behavior (next 10 days) but does not explicitly state when to use this tool versus alternatives. There is no mention of when not to use it or sibling tools like bulk_calendar_operations. The usage context is implied but not exhaustive.

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/dipseth/google_workspace_fastmcp2'

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