analyze_schema
Generate detailed summaries of tables, views, and relationships within a database schema to understand its structure using the CockroachDB MCP Server.
Instructions
Analyze the schema and provide a summary of tables, views, and relationships.
Args: db_schema (str): Schema name (default: "public").
Returns: Summary and details of tables, views, and relationships.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_schema | No | public |