list_tables
Retrieve a list of all tables in a connected CockroachDB instance to analyze database structure and identify relevant data sources for queries.
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 |