Coda MCP Server
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| coda_whoamiA | Get information about the current authenticated user. Use this to verify API key and check permissions. |
| coda_list_docsB | List all Coda documents accessible to the authenticated user. Supports filtering by owner, workspace, folder, and search query. |
| coda_get_docB | Get detailed information about a specific Coda document by its ID. Returns metadata like name, owner, creation date, and links. |
| coda_create_docB | Create a new Coda document. Can optionally copy from an existing document (sourceDoc) or create with initial content. |
| coda_delete_docA | Permanently delete a Coda document. This action cannot be undone. Use with caution. |
| coda_list_pagesC | List all pages in a Coda document |
| coda_list_tablesA | List tables in a Coda document, with optional fuzzy search by table name/page name or Coda URL context |
| coda_get_tableC | Get detailed information about a specific table |
| coda_list_columnsC | List all columns in a table |
| coda_list_rowsC | List all rows in a table with optional filtering |
| coda_create_rowC | Create a new row in a table |
| coda_update_rowC | Update an existing row in a table |
| coda_list_formulasB | List all formulas in a Coda document |
| coda_list_controlsA | List all controls (buttons, sliders, etc.) in a Coda document |
| coda_push_buttonC | 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/RunLittleTurtle/mcp-coda'
If you have feedback or need assistance with the MCP directory API, please join our Discord server