Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
help |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
authProfile | Main user identity. |
calendarAll | All calendars. |
calendarGet | A calendar. |
eventDay | The events on a given day. |
eventGet | An event. |
eventTimeline | Agenda view for a day. |
pageAll | All pages. |
pageGet | Get a page. |
peopleByEmail | The potential contact owning this email address. |
peopleGet | The contact with the given id. |
taskComplete | Complete a task. |
taskCreateSimple | Create a task (simplified for MCP). Usually you only need to pass the title. Do not try to pass the integration_id or distant_task_id. |
taskDay | Tasks of a day sorted by: starred < default < (completed or ignored). |
taskGet | A task. |
taskUncomplete | Uncomplete a task. |
taskUpcoming | Non-allocated organized by week and sorted alphabetically. |
taskUnplanned | Unplanned tasks. |
taskUpdate | Patch a task. |