describe_view
Retrieve comprehensive details about a SQL Server view, including its definition and dependencies, using the MSSQL MCP Server connection configuration.
Instructions
Get detailed information about a specific view including its definition and dependencies
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| includeDefinition | No | Include the view definition (default: true) | |
| schema | No | Schema name (default: dbo) | |
| viewName | Yes | Name of the view to describe |