list_connections
Discover available database connections with details on schemas, gated status, and enabled state to identify targets for queries.
Instructions
List the connections you can query, with each one's default schema, any described schemas, whether it is gated (require_opt_in) and currently enabled.
Call this FIRST when unsure what to target. Query one with run_select(..., connection=, schema=). Gated connections show enabled=false until RODB_ENABLE_GATED opts them in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||