describe_table
Retrieve a table's column details (name, type, primary key, description) to understand its schema in SQL Server.
Instructions
Get column details (name, type, PK, description) for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | Yes | Name of the table to describe |