Skip to main content
Glama
ampcome-mcps

Google Calendar MCP Server

by ampcome-mcps

get_upcoming_events

Retrieve scheduled Google Calendar events for specified upcoming days to view meetings and appointments. Use this tool to check your calendar and plan ahead by fetching events from primary or custom calendars.

Instructions

Get upcoming events for the next N days

Args: days_ahead: Number of days to look ahead (default: 7) calendar_id: Calendar ID (default: primary)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
days_aheadNo
calendar_idNoprimary
Behavior2/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 of behavioral disclosure. It states the tool retrieves events but doesn't mention permissions needed, rate limits, pagination, sorting order, what 'upcoming' means relative to current time, or whether it includes all-day events. For a read operation with zero annotation coverage, this leaves significant behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with a clear purpose statement followed by parameter explanations. The two-sentence structure is efficient, though the parameter section could be integrated more smoothly. There's no redundant or wasted text.

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

Completeness2/5

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

Given no annotations, 0% schema coverage, and no output schema, the description is incomplete. It doesn't cover behavioral aspects like permissions or rate limits, doesn't differentiate from siblings, and provides minimal parameter details. For a tool with 2 parameters and multiple similar siblings, this leaves the agent with insufficient context.

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 0%, so the schema provides no parameter descriptions. The description adds basic semantics: 'days_ahead' as 'Number of days to look ahead' and 'calendar_id' as 'Calendar ID'. However, it doesn't explain valid ranges (e.g., minimum/maximum days), what 'primary' means for calendar_id, or if other IDs are accepted. With 2 parameters and low coverage, this provides marginal compensation.

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?

The description clearly states the tool's purpose: 'Get upcoming events for the next N days'. It specifies the verb ('Get') and resource ('upcoming events') with a temporal scope ('next N days'). However, it doesn't explicitly differentiate from sibling tools like 'get_calendar_events' or 'get_today_events', which likely have overlapping functionality.

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 provides no guidance on when to use this tool versus alternatives. With siblings like 'get_calendar_events', 'get_today_events', and 'get_all_calendars', there's no indication of how this tool differs in scope, filtering, or use cases. The agent must infer usage from the name and parameters alone.

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/ampcome-mcps/google-calendar-mcp'

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