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 |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coda_list_documents | List or search available documents |
| coda_list_pages | List pages in the current document with pagination |
| coda_create_page | Create a page in the current document |
| coda_get_page_content | Get the content of a page as markdown |
| coda_peek_page | Peek into the beginning of a page and return a limited number of lines |
| coda_replace_page_content | Replace the content of a page with new markdown content |
| coda_append_page_content | Append new markdown content to the end of a page |
| coda_duplicate_page | Duplicate a page in the current document |
| coda_rename_page | Rename a page in the current document |
| coda_resolve_link | Resolve metadata given a browser link to a Coda object |