Skip to main content
Glama
nabheet

google-services-mcp

by nabheet

Get calendar event

google_calendar_get_event

Retrieve a single Google Calendar event by its ID. Get full event details, including time, attendees, and description.

Instructions

Fetch a single event by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoAccount nickname to use.
eventIdYesEvent ID.
calendarIdNoCalendar ID (default primary).
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states a read operation but does not mention what happens if the event is not found, permission requirements, or any response details. This is a minimal disclosure similar to low-scoring examples.

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 a single, efficient sentence with zero unnecessary words. It is fully front-loaded and immediately understandable.

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 get-by-ID tool with a fully described schema, the description is adequate. It could mention the return format or error behavior, especially given there is no output schema, but the core functionality is clear and the tool's simplicity reduces the need for additional 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 covers 100% of parameters with descriptions, so the baseline is 3. The description adds no extra meaning beyond identifying eventId as the key, and does not elaborate on account or calendarId 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 tool fetches a single event by ID, using a specific verb and resource. It distinguishes itself from sibling tools like list_events (multiple events) and create/update/delete operations.

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 intended usage is implied by the phrase 'by ID' – you need the specific event ID to fetch one event. However, there is no explicit guidance on when to choose this over list_events or any alternates, so it stops short of clear usage instructions.

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/nabheet/google-services-mcp'

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