list_connections
View available database connections with engine types and accessible databases. Triggers authentication if needed for secure SQL query access.
Instructions
List the database connections available in the current session. Returns the name (pass to query_database / list_schema via the connection argument), engine type (mariadb or mssql), and the databases each connection grants access to. Calling this will trigger authentication if not yet connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||