describe_view
Retrieve the SQL definition and column structure of PostgreSQL views to understand database schema and query logic.
Instructions
Get the definition and columns of a view.
Args:
view_name: Name of the view
schema: Schema name (default: public)
Returns:
View definition SQL and column listInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_name | Yes | ||
| schema | No | public |