Skip to main content
Glama
EveryInc

google-workspace-mcp-server

by EveryInc

Get Calendar Event

calendar_get_event
Read-onlyIdempotent

Retrieve full details of a Google Calendar event, including description, attendees, and conference info by providing the event ID.

Instructions

Get detailed information about a specific calendar event.

Args:

  • calendar_id (string): Calendar ID (default: 'primary')

  • event_id (string): The event ID to retrieve

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Returns: Full event details including description, attendees, and conference info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendar_idNoCalendar ID (default: 'primary')primary
event_idYesThe ID of the event to retrieve
response_formatNoOutput format: 'markdown' or 'json'markdown
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds value by specifying that the return includes 'description, attendees, and conference info', and explains the 'response_format' parameter options, providing behavioral context beyond annotations.

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 concise with an 'Args' section and a 'Returns' note. It front-loads the main purpose and avoids fluff. Slightly verbose with repeating schema details, but overall efficient.

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?

For a simple read operation with well-annotated safety and full schema coverage, the description is sufficiently complete. It adds return format details. Missing error handling or rate limit info, but not critical for this straightforward 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 coverage is 100% with all parameters described. The description restates defaults and the 'response_format' enum values, adding marginal clarity. However, it does not provide additional meaning beyond what the schema already offers, so a baseline 3 is appropriate.

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 'Get detailed information about a specific calendar event', specifying the verb and resource. The title and name confirm the purpose, and it distinguishes from siblings like 'calendar_list_events' by focusing on a single event retrieval.

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 does not explicitly state when to use this tool versus alternatives like 'calendar_list_events'. The usage is implied from the name and context, but no explicit guidance on when not to use or what prerequisites exist.

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/EveryInc/google-workspace-mcp-server'

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