get_table_structure
Retrieve SQL Server table schema details including column names, data types, and constraints to understand database structure and relationships.
Instructions
Get the structure/schema of a SQL Server table including column names, data types, and constraints.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | The name of the table (can include schema, e.g., 'dbo.Users') |