describe_table
Retrieve schema information for a SQL Server table to understand its structure, including column names, 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) |