Describe an Infino table
infino_describe_tableInspect a table's column names and types before querying to know exactly which fields to target.
Instructions
Return a table's column names and types — call before searching so you know which column to target and what fields each result row carries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (from infino_list_tables). |