db_list_connections
List configured database connections to see available databases, drivers, and servers without exposing credentials. Use before other database tools.
Instructions
List all configured database connections without exposing passwords or usernames.
Use this first to see what databases are available before calling other tools.
Returns connection names, drivers, databases, and server addresses.
Returns:
{connections: [{name, driver, database, server}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||