Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_upcoming_events | Get upcoming calendar events. Args: max_results: Maximum number of events to return (default: 10) calendar_id: Calendar ID to query (default: "primary") Returns: Formatted list of upcoming events with start time and title |
| get_events_for_date | Get calendar events for a specific date. Args: date: Date in YYYY-MM-DD format calendar_id: Calendar ID to query (default: "primary") Returns: Formatted list of events for that date |
| search_events | Search calendar events by keyword. Args: query: Search term to find in event titles/descriptions max_results: Maximum number of events to return (default: 10) calendar_id: Calendar ID to query (default: "primary") Returns: Matching events with start time and title |
| list_calendars | List all available calendars. Returns: List of calendar names and IDs |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |