list_views
Browse and retrieve all database views to analyze schema structure and available data perspectives. Filter by schema owner to focus on specific database segments.
Instructions
List all views in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | No | Filter by schema owner (optional) |
Input Schema (JSON Schema)
{
"properties": {
"owner": {
"default": null,
"description": "Filter by schema owner (optional)",
"type": "string"
}
},
"type": "object"
}