You're viewing a demo portfolio

Join the waitlist
PRSM

gcal_get_event

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Google_calendar

https://github.com/pipeworx-io/mcp-google_calendar

1/7 registries
View full server →
gcal_get_event — Google_calendar — PRSM MCP