get_table_schema
Retrieve a table's complete schema including field names, types, select options, and relational link IDs. Use it to validate field data before creating or updating records.
Instructions
Get full schema for a table: its fields/columns, types, options (e.g. select choices), and relational (Links) fields with their linkFieldId. Call this before creating/updating records so you know valid field names and link field ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Table ID, from list_tables |