im_describe_table
Retrieves column details such as names, data types, nullability, and default values for a specified table to clarify table structure for query writing.
Instructions
Show column names, data types, nullability, and default values for a given table. Helps understand IntelliMatch table structure before writing queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name with or without schema prefix, e.g. ITEM or dbo.ITEM |