list_day_events
Retrieve a detailed list of all events scheduled for a specific date (YYYY-MM-DD) on Google Calendar through the MCP protocol.
Instructions
지정한 날짜(YYYY-MM-DD)의 모든 일정 목록 조회
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"title": "Date",
"type": "string"
}
},
"required": [
"date"
],
"title": "list_day_eventsArguments",
"type": "object"
}