coda_list_columns
Lists all columns in a specified Coda table. Returns column names and metadata, with optional pagination for large tables.
Instructions
List columns in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableIdOrName | Yes | The ID or name of the table | |
| limit | No | The number of columns to return - optional | |
| nextPageToken | No | The token needed to get the next page of results, returned from a previous call to this tool - optional |