list_views
Retrieve all views within a specified schema using the CockroachDB MCP Server. This tool helps manage and query database structures efficiently by providing a clear list of existing views in a schema.
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 |