Skip to main content
Glama
bkbaheti

MCP Google Multi-Account Server

by bkbaheti

calendar_list_events

List events from a Google Calendar within a time range. Specify the Google account and optional calendar ID to retrieve scheduled events.

Instructions

List events from a Google Calendar within a time range. Defaults to primary calendar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeMaxNoEnd of time range (RFC3339, e.g., "2024-12-31T23:59:59Z")
timeMinNoStart of time range (RFC3339, e.g., "2024-01-01T00:00:00Z")
accountIdYesThe Google account ID, alias, or email
pageTokenNoToken for pagination
calendarIdNoCalendar ID (default: "primary")
maxResultsNoMaximum number of events to return (default: 20)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the core action (list) and the default calendar, but omits details about pagination, ordering, recurrence handling, or return format. For a read-only list operation, this is acceptable but minimal.

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, front-loaded with the action and resource, zero filler. The description is perfectly concise and to the point.

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?

Given the absence of annotations and output schema, the description is somewhat sparse. It does not explain pagination behavior or return structure, which are important for a list tool. However, for a simple list operation, the essential information is present.

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 the baseline is 3. The description adds no new parameter semantics; the default calendar mention duplicates the schema's own default description. No added value beyond what the schema already provides.

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 'list', resource 'events from a Google Calendar', and scope 'within a time range' with a default to primary calendar. This distinguishes it from sibling tools like calendar_get_event (single event) and calendar_search_events (search).

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 clear context: listing events within a time range and default calendar. It does not explicitly mention alternatives or when not to use, but the context is sufficient for an agent to select it for straightforward range-based listing.

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/bkbaheti/google-multi-account-mcp'

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