gcal_get_event
ActiveTool of Google_calendar
declared in 0.1.0
Get full details of a specific event by ID (e.g., "event_12345"). Returns summary, description, times, attendees, location, and video conferencing links.
Parameters schema
{
"type": "object",
"examples": [
{
"event_id": "event_12345"
},
{
"event_id": "abc123def456",
"calendar_id": "primary"
}
],
"required": [
"event_id"
],
"properties": {
"event_id": {
"type": "string",
"description": "The ID of the event to retrieve"
},
"calendar_id": {
"type": "string",
"description": "Calendar ID (default: \"primary\")"
}
}
}Parent server
Google_calendar
https://github.com/pipeworx-io/mcp-google_calendar
1/7 registries