test_connection
Test a configured database connection for reachability and authentication without reading schema. Returns success status and message.
Instructions
Check that a configured connection can be reached and authenticated.
Use after create_connection to validate credentials and network access before introspecting. Read-only: opens and closes a probe connection without reading the schema (use introspect_connection for that). Returns {success, message}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Target database connection — its name or id (case-insensitive). List the available connections with list_connections. |