get_table_schema
Retrieve schema information for a specific table in Azure SQL, including column names and data types.
Instructions
Get schema information for a specific table.
Args:
table_name: Name of the table (e.g., "users" or "schema.table_name")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |