Coda
Available Tools
List columns in a Coda table with pagination. Use page_token from page_info for next page.
Get a column by ID or name. Use list_columns to find valid column IDs.
List controls (sliders, date pickers, etc.) in a Coda doc with pagination.
Get a control and its current value. Use list_controls to find valid control IDs.
List accessible Coda docs with pagination. Use page_token from page_info for next page. Supports filtering by owner a…
Get a Coda doc by ID. Use list_docs to find valid doc IDs.
Create a new Coda doc. Optionally specify a title, source doc to copy, or folder.
Update a Coda doc’s title or icon.
Delete a Coda doc by ID. This is permanent and cannot be undone.
List named formulas in a Coda doc with pagination. Use page_token from page_info for next page.
Get a named formula and its current value. Use list_formulas to find valid formula IDs.
List pages in a Coda doc with pagination. Use page_token from page_info for next page.
Get a page by ID or name in a Coda doc. Use list_pages to find valid page IDs.
Update a page’s name, subtitle, or icon in a Coda doc.
List rows in a Coda table with pagination. Supports query formula filter, sortBy column, and pagination.
Get a row by ID or name (display column value). Use list_columns to understand cell value keys.
Insert one or more rows into a Coda table. Each row needs cells with column name and value pairs.
Insert or update rows based on key columns. Rows matching keyColumns are updated, others are inserted. Each row needs…
Update a single row’s cell values. Provide row data as cells with column name and value pairs.
Delete one or more rows by ID from a Coda table. Use list_rows to find valid row IDs.
List tables and views in a Coda doc with pagination. Use page_token from page_info for next page.
Get a table or view by ID or name. Use list_tables to find valid table IDs.
Validate Coda API credentials by calling the whoami endpoint.