list_views
Retrieve a list of all views within a specified schema in CockroachDB. Ideal for database management, monitoring, or querying tasks using the MCP Server.
Instructions
List all views in a schema.
Args: db_schema (str): Schema name (default: "public").
Returns: All views in a schema
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_schema | No | public |