Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |