coda_list_columns
List columns in a Coda table by providing document ID and table name. Access column names, types, and metadata to understand table structure.
Instructions
List columns in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| 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 | |
| tableIdOrName | Yes | The ID or name of the table |