Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_SCOPES | No | Google API scopes required for Calendar access | https://www.googleapis.com/auth/calendar |
| GOOGLE_CLIENT_SECRET_FILE | No | Path to the Google OAuth client secret JSON file | client_secret.json |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_month_events | 지정한 연/월의 모든 일정 목록 조회 |
| list_day_events | 지정한 날짜(YYYY-MM-DD)의 모든 일정 목록 조회 |
| get_event_detail | 일정 ID로 상세 정보 조회 |
| create_event | 새로운 일정 생성 (attendees: 이메일 리스트) |
| update_event | 일정 ID로 일정 정보 수정 (전달된 값만 반영) |