coda_list_columns
Retrieve the schema of a Coda table, including column names, IDs, and types, to understand available columns before inserting or updating rows.
Instructions
List all columns in a Coda table.
Returns column metadata including name, ID, type (text, number, date, etc.), and configuration. Column IDs are internal identifiers — use column names when working with row data. This is the table schema — call this before inserting or updating rows to know the available columns and their types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of columns to return (1-200) | |
| cursor | No | Pagination cursor from a previous response | |
| doc_id | Yes | The doc ID containing the table | |
| table_id_or_name | Yes | Table ID or name to list columns from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |