mydatabase_ping
Checks database connection health, returning pool statistics and server version to confirm connectivity.
Instructions
Health check: verifies the database connection is alive and returns pool stats and server version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Whether the database connection is healthy | |
| server_version | No | MySQL server version | |
| pool | Yes | ||
| error | No | Error message if status is 'error' |