describe_view
Retrieve a view's column definitions and its underlying SQL definition to understand its structure and origin.
Instructions
Get column definitions and the SQL definition for a view
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | View name | |
| schema | Yes | Schema name (e.g. dbo) | |
| database | No | Database name (defaults to the configured default database) |