describe_table
Retrieve comprehensive schema details, column definitions, data types, and metadata for a specified table in CockroachDB. This tool enables accurate interpretation of table structures to support precise query formulation and data manipulation.
Instructions
Provide detailed schema information, column definitions, data types, and other metadata for a specified table. This allows the AI to accurately interpret table structures and formulate precise queries or data manipulation commands.
Args: table_name (str): Name of the table. db_schema (str): Schema name (default: "public").
Returns: Table details including columns, constraints, indexes, and metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_schema | No | public | |
table_name | Yes |