describe_table
Retrieve the complete schema of an MSSQL database table, including columns, data types, constraints, indexes, and foreign key relationships.
Instructions
Describes the complete schema of a specified MSSQL Database table, including columns, types, constraints, indexes, and foreign keys.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to describe (can include schema: schema.table) |