coda_get_column
Retrieve metadata for a single column in a Coda table. Check column type, format, and configuration before writing data to ensure compatibility.
Instructions
Get metadata for a single column in a Coda table.
Returns the column's name, ID, type, format, and configuration details. Use this to check a specific column's type before writing data to it. For the full column schema, use coda_list_columns instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the table | |
| table_id_or_name | Yes | Table ID or name | |
| column_id_or_name | Yes | Column ID or name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |