Describe View
describe_viewRetrieves detailed information about a SQL Server view, including its definition and dependencies, to understand view structure and relationships.
Instructions
Get detailed information about a specific view including its definition and dependencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| viewName | Yes | Name of the view to describe | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| includeDefinition | No | Include the view definition (default: true) |