cal-scheduler
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAL_DEFAULT_TZ | No | IANA zone every event is stored in | Pacific/Auckland |
| CALDAV_BASE_URL | Yes | CalDAV server URL, e.g. http://127.0.0.1:5232 | |
| CALDAV_PASSWORD | No | CalDAV account password | |
| CALDAV_USERNAME | No | CalDAV account user |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_calendarsA | List the calendars available on the account. |
| create_calendarB | Create a new calendar by display name. |
| delete_calendarA | Delete a calendar and all of its events. Irreversible. |
| list_eventsA | List event occurrences in [start, end], expanding recurring series. |
| resolve_datetimeA | Show how a datetime string will be interpreted, without writing anything. Use this to confirm a zone before committing an event. |
| create_eventA | Create an event (single, or recurring if |
| update_eventA | Edit a whole event/series. Only the fields you pass change. |
| delete_eventA | Delete a whole event/series (and any of its overrides). Irreversible. |
| mark_doneA | Mark an event (or one occurrence of a series) done at the current UTC moment. |
| exclude_occurrenceA | Drop a single occurrence of a recurring series (EXDATE). |
| move_occurrenceA | Reschedule a single occurrence of a series (RECURRENCE-ID override). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/limey/cal-scheduler-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server