Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DOC_ID | Yes | The ID of the Coda document you want the server to interact with. You can find this in the document's URL (the part after `d`). | |
API_KEY | Yes | Your Coda API key. You can generate one from your Coda account settings. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list-pages | List pages in the current document |
create-page | Create a page in the current document |
get-page-content | Get the content of a page as markdown |
update-page | Replace or append to the content of a page |
duplicate-page | Duplicate a page in the current document |