coda_list_columns
Retrieve all column names and details from a specified Coda table to understand data structure and prepare for data operations.
Instructions
List all columns in a table
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableId | Yes | The ID or name of the table | |
| limit | No | Maximum columns to return (default: 100) |