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. |
authProfiles | User identities. |
calendarAll | All calendars. |
calendarDefaultCal | Default calendar. |
calendarGet | A calendar. |
documentAppend | Append a block to object notes. |
eventAllocate | Find a free slot to create an event. |
eventComplete | Complete an event. |
eventCreate | Add an event. |
eventDay | The events on a given day. |
eventDelete | Delete an event. |
eventFindWithAttendees | Events with the given attendees. |
eventGet | An event. |
eventMove | Move an event to another calendar. |
eventPublish | Make a draft event definitive. |
eventRecurrentCreate | Add a recurring event. |
eventRecurrentDelete | Delete a recurrent event. |
eventRecurrentGet | Get a recurring event. |
eventRecurrentStop | Set a recurring event end date to today. |
eventRecurrentUpdate | Update a recurring event. |
eventRecurrentFirstOccurrence | Get the first occurrence of a recurring event |
eventSetWillAttend | Patch an event's attendance. |
eventTasks | Tasks inside an event notes |
eventTimeline | Agenda view for a day. |
eventUpdate | Patch an event. |
eventWithNotes | Events with note in antechronological order. |
eventWithSameAttendees | Events with the same set of attendees as the given event. |
settingsHours | Hours format. |
settingsLocale | Locale. |
settingsPatch | Edit settings. |
settingsSettings | Settings. |
pageAll | All pages. |
pageArchive | Archive page. |
pageArchived | All archived pages. |
pageCreate | Create a pages. |
pageDelete | Delete page. |
pageGet | Get a page. |
pageMove | Change a page parent. |
pageUnarchive | Unarchive page. |
pageUpdate | Update a page. |
peopleByEmail | The potential contact owning this email address. |
peopleGet | The contact with the given id. |
peoplePatch | Modify a contact. |
taskAllocate | Allocate a task. |
taskBatch | Tasks of a batch. |
taskBatched | The batch of a task, if any. |
taskComplete | Complete a task. |
taskCreate | Create a task. |
taskCreateAllocate | Create an allocated task. |
taskDay | Tasks of a day sorted by: starred < default < (completed or ignored). |
taskDelete | Delete a task. |
taskGet | A task. |
taskMove | Move a task. |
taskOrphan | Remove task parent. |
taskUncomplete | Uncomplete a task. |
taskUpcoming | Non-allocated organized by week and sorted alphabetically. |
taskUnplanned | Unplanned tasks. |
taskUpdate | Patch a task. |
taskRecurrentAll | All recurrent task sorted by decreasing order of frequency. |
taskRecurrentCreate | Create a recurrent task. |
taskRecurrentDelete | Delete a recurrent task. |
taskRecurrentGet | A recurrent task. |
taskRecurrentUpdate | Patch a recurrent task. |
dev | Whether this is a development build. |
distribution | The distribution of this build. |
inbox | Universal Inbox. |
logsDirectory | The logs directory. |
logFile | The current log file. |
search | Search for an object or note |
timezone | Local timezone. |
version | Controller version. |