list_databases
Retrieve all database names available on a database server using a connection string, with output in JSON or CSV format.
Instructions
List all databases available on a database server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_string | No | Database connection URL or configured connection name (e.g., "oracle" for USQL_ORACLE env var, or full URL like "postgres://localhost") | |
| output_format | No | Output format for results (default: json) | |
| timeout_ms | No | Optional timeout in milliseconds for this call (overrides defaults). Use null for unlimited. |