Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the server on | 3000 |
| API_KEY | No | Coda API key | |
| CODA_API_KEY | No | Coda API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coda_whoami | Get information about the current authenticated user. Use this to verify API key and check permissions. |
| coda_list_docs | List all Coda documents accessible to the authenticated user. Supports filtering by owner, workspace, folder, and search query. |
| coda_get_doc | Get detailed information about a specific Coda document by its ID. Returns metadata like name, owner, creation date, and links. |
| coda_create_doc | Create a new Coda document. Can optionally copy from an existing document (sourceDoc) or create with initial content. |
| coda_delete_doc | Permanently delete a Coda document. This action cannot be undone. Use with caution. |
| coda_list_pages | List all pages in a Coda document |
| coda_list_tables | List tables in a Coda document, with optional fuzzy search by table name/page name or Coda URL context |
| coda_get_table | Get detailed information about a specific table |
| coda_list_columns | List all columns in a table |
| coda_list_rows | List all rows in a table with optional filtering |
| coda_create_row | Create a new row in a table |
| coda_update_row | Update an existing row in a table |
| coda_list_formulas | List all formulas in a Coda document |
| coda_list_controls | List all controls (buttons, sliders, etc.) in a Coda document |
| coda_push_button | Push a button control in a Coda document |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |