Skip to main content
Glama

Google Calendar MCP

by AnByoungHyun

list_month_events

Retrieve a complete list of all events for a specified year and month from Google Calendar using natural language commands with OAuth2 authentication.

Instructions

지정한 연/월의 모든 일정 목록 조회

Input Schema

NameRequiredDescriptionDefault
monthYes
yearYes

Input Schema (JSON Schema)

{ "properties": { "month": { "title": "Month", "type": "integer" }, "year": { "title": "Year", "type": "integer" } }, "required": [ "year", "month" ], "title": "list_month_eventsArguments", "type": "object" }
Install Server

Other Tools from Google Calendar MCP

Related Tools

    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/AnByoungHyun/google_calendar_mcp'

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