get_table_schema
Retrieve table schema from SQL Server databases, including column names, data types, and constraints. Enables AI assistants to understand table structure for accurate queries and analysis.
Instructions
Get the schema/structure of a table including column names, types, and constraints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to get schema for |