Coda MCP connector
Coda is an all-in-one platform that combines the flexibility of documents, the structure of spreadsheets, the power of applications, and AI intelligence. The Coda MCP connector allows AI agents to manage documents and pages, access and manipulate table data, and perform bulk operations on rows. It also supports retrieving table schemas and querying specific row data across workspaces.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Coda MCP connector to perform the following actions:
- Track project deliverables and timelines across cross-functional teams in shared Coda docs
- Automate data entry by syncing information directly into Coda tables from other systems
- Generate real-time status reports by pulling current table data from Coda workspaces
- Trigger automated actions when team members submit form responses in Coda
- Maintain accurate customer records by pushing updates from your CRM into Coda
- Build dynamic dashboards that display live formulas and control outputs from Coda
- Standardize approval workflows by moving rows between Coda tables based on status changes
Example prompts
Use the following example prompts to invoke Coda MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new page in Coda for our Q4 planning document.Show me all tables in the marketing workspace Coda doc.Pull all open action items from the sales tracking table in Coda.Update the status of ticket 42 to completed in Coda.Add 50 new leads to the prospect table in Coda from our latest campaign.Delete all archived project rows from the pipeline table in Coda.What's the current value of the revenue forecast formula in our Coda workspace?List all team members who have access to controls in the Coda planning doc.Trigger the email notification button for all overdue tasks in Coda.Sync the latest customer feedback into the insights table in Coda.
Coda MCP connector tools
The Coda MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| coda_codacreatepage_invoke | Creates a new page within a Coda document. |
| listDocs | Retrieves a list of all available documents. |
| listTables | Retrieves a list of all tables in a document. |
| getTable | Retrieves detailed information about a specific table. |
| listTableRows | Retrieves all rows from a specified table. |
| upsertTableRows | Adds new rows or updates existing rows in bulk. |
| deleteTableRows | Removes multiple rows from a table at once. |
| getTableRow | Retrieves detailed information about a specific row. |
| updateTableRow | Modifies the data in a specific table row. |
| deleteTableRow | Removes a single row from a table. |
| listTableColumns | Retrieves all columns defined in a table. |
| getTableColumn | Retrieves detailed information about a specific column. |
| pushTableButton | Triggers a button action within a table row. |
| listFormulas | Retrieves all formulas defined in a document. |
| getFormula | Retrieves detailed information about a specific formula. |
| listControls | Retrieves all interactive controls in a document. |
| getControl | Retrieves detailed information about a specific control. |