{"server":"Eventra MCP Server","version":"1.0.0","description":"Calendar integration tools for Large Language Models","tools":[{"name":"getMyCalendarDataByDate","description":"Retrieve calendar events for a specific date","parameters":{"date":"string (ISO date format, e.g., '2025-09-03')"},"example":{"date":"2025-09-03"}},{"name":"createCalendarEvent","description":"Create a new calendar event","parameters":{"summary":"string (required) - Event title","description":"string (optional) - Event description","startDateTime":"string (ISO datetime) - Event start time","endDateTime":"string (ISO datetime) - Event end time","location":"string (optional) - Event location"},"example":{"summary":"Team Meeting","description":"Weekly team sync","startDateTime":"2025-09-03T14:00:00Z","endDateTime":"2025-09-03T15:00:00Z","location":"Conference Room A"}},{"name":"setGoogleOAuthTokens","description":"Set OAuth tokens after authorization","parameters":{"code":"string (authorization code from OAuth flow)"}}],"connection":{"endpoint":"/sse","protocol":"Server-Sent Events (SSE)","usage":"Connect your MCP client to this endpoint to access the tools"},"oauth":{"endpoint":"/oauth2callback","description":"OAuth callback endpoint for Google Calendar authorization"}}