describe_view
Retrieve comprehensive details of a SQL Server view, including its definition and dependencies, using a connection string or named connection.
Instructions
Get detailed information about a specific view including its definition and dependencies
Input 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 |