Skip to main content
Glama

google_calendar_get_event

Retrieve detailed event information by specifying the event ID and optional calendar ID, enabling integration with Google Calendar through the Google MCP server.

Instructions

Get detailed information about a specific event

Input Schema

NameRequiredDescriptionDefault
calendarIdNoOptional: ID of calendar to use (defaults to primary if not specified)
eventIdYesID of the event to retrieve

Input Schema (JSON Schema)

{ "properties": { "calendarId": { "description": "Optional: ID of calendar to use (defaults to primary if not specified)", "type": "string" }, "eventId": { "description": "ID of the event to retrieve", "type": "string" } }, "required": [ "eventId" ], "type": "object" }

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

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