list_databases
Retrieve a list of all databases in a CockroachDB cluster, including row counts, through this query tool for efficient database management and monitoring.
Instructions
List all databases in the CockroachDB cluster.
Returns: A list of databases with row count or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_databasesArguments",
"type": "object"
}