Edit
Command Palette
Search for a command to run...
Edit Coda Tool
Modify this tool gene.
Gene Details
productivitydocumentstablesmcpintegration
Content (Markdown)
Preview
Coda Tool
Overview
Comprehensive Coda API integration with 18 operations for doc management, tables, and automation.
Available Operations (18 Operations)
Doc Operations
- List Docs - Get all accessible docs
- Get Doc - Retrieve doc by ID
- Create Doc - Create new doc
- Delete Doc - Remove a doc
Table Operations
- List Tables - Get tables in a doc
- Get Table - Retrieve table metadata
- Create Table - Add new table
- Delete Table - Remove table
Row Operations
- List Rows - Get table rows with filters
- Get Row - Retrieve single row
- Create Row - Insert new row
- Update Row - Modify existing row
- Delete Row - Remove row
Column Operations
- List Columns - Get table columns
- Get Column - Retrieve column
- Create Column - Add new column
- Delete Column - Remove column
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
operation | string | Yes | Operation name |
docId | string | No | Coda document ID |
tableId | string | No | Table ID |
rowId | string | No | Row ID |
Use Cases
- Project management docs
- Spreadsheet replacements
- Team collaboration
- Automated workflows