list_tables
Retrieve all tables in a connected CockroachDB instance to identify relevant data sources and understand the database structure for streamlined querying and analysis.
Instructions
List all tables present in the connected Cockroach database instance. This is invaluable for AI to understand the database’s landscape and identify relevant data sources for a given query.
Args: db_schema (str): Schema name (default: "public").
Returns: The list of all tables present in the connected Cockroach database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_schema | No | public |