list_connections
List configured database connections to view their ID, name, type, and limits. Use this to discover which databases are available for queries.
Instructions
List all configured database connections (id, name, type, limits).
Call this first to discover which databases exist and to get the name or id
that every other tool's connection argument accepts. Read-only; returns an
empty list when nothing is configured yet (add one with create_connection).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |