Skip to main content
Glama
murphy360
by murphy360

calendar_list_events

Retrieve upcoming Google Calendar events within a specified date range, showing details like title, time, location, and meeting links.

Instructions

List upcoming calendar events within a date range.

Returns events from a specific calendar with details including title, time, location, and meeting links. Use days_ahead to control how far into the future to search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
days_aheadNoNumber of days ahead to look for events. Use 7 for one week, 30 for one month.
calendar_idNoThe calendar ID to query. Use 'primary' for the main calendar.
max_resultsNoMaximum number of events to return. Recommended: 10-50.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions the tool returns events with details (title, time, location, meeting links) but doesn't disclose behavioral aspects like pagination, error conditions, authentication requirements, or rate limits. For a read operation with no annotation coverage, this leaves significant gaps.

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 appropriately sized and front-loaded: the first sentence states the core purpose, followed by details on returns and parameter guidance. Every sentence adds value with zero waste.

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 tool's moderate complexity (3 parameters, no output schema, no annotations), the description is adequate but incomplete. It covers the basic purpose and hints at returns, but lacks details on output format, error handling, or behavioral constraints that would help an agent use it correctly.

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 schema already documents all three parameters thoroughly. The description adds minimal value beyond the schema by mentioning days_ahead controls how far to search, but doesn't provide additional syntax, format, or semantic context beyond what's in the parameter descriptions.

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 tool's purpose with specific verb ('List upcoming calendar events') and resource ('calendar events'), distinguishing it from siblings like calendar_daily_agenda or calendar_weekly_summary by specifying date range filtering rather than time-specific summaries.

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 context ('within a date range') but doesn't explicitly state when to use this tool versus alternatives like calendar_search or calendar_daily_agenda. No guidance on prerequisites or exclusions is provided.

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/murphy360/mcp_google_calendar'

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