describe_table
Get schema information for a specific table to understand its column definitions, data types, and constraints.
Instructions
Get the schema information for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table to describe | |
| database | No | Database name (optional) | |
| schema | No | Schema name (optional, defaults to dbo) |