describe_table
Retrieve the column names and data types of any MSSQL database table. Optionally target a specific database or environment.
Instructions
Describes the schema (columns and types) of a specified MSSQL Database table. For server-level access environments, you can specify a database to target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to describe (can include schema: 'dbo.TableName') | |
| database | No | Optional: Target database name for server-level access environments. | |
| environment | No | Optional environment name to target. |