list_databases
Retrieves a list of all databases in a CockroachDB cluster, including row counts, to monitor and manage data efficiently.
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"
}