Coda MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your Coda API key. You can generate one from your Coda account settings. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coda_list_documentsC | List or search available documents |
| coda_list_pagesB | List pages in the current document with pagination |
| coda_create_pageC | Create a page in the current document |
| coda_get_page_contentB | Get the content of a page as markdown |
| coda_peek_pageB | Peek into the beginning of a page and return a limited number of lines |
| coda_replace_page_contentA | Replace the content of a page with new markdown content |
| coda_append_page_contentB | Append new markdown content to the end of a page |
| coda_duplicate_pageC | Duplicate a page in the current document |
| coda_rename_pageB | Rename a page in the current document |
| coda_resolve_linkA | Resolve metadata given a browser link to a Coda object |
| coda_list_tablesB | List tables in a document |
| coda_list_columnsB | List columns in a table |
| coda_list_rowsB | List rows in a table with optional filtering and sorting |
| coda_get_rowB | Get a single row from a table |
| coda_upsert_rowsB | Insert or upsert rows into a table |
| coda_update_rowB | Update a single row in a table |
| coda_delete_rowB | Delete a single row from a table |
| coda_delete_rowsC | Delete multiple rows from a table |
| coda_push_buttonB | Push a button column on a row in a table |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/orellazri/coda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server