list_views
Retrieve all view names from a PostgreSQL schema to analyze database structure and understand available data perspectives.
Instructions
List all views in a schema.
Args:
schema: Schema name (default: public)
Returns:
List of views with nameInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | public |