health_check
Verify gRPC server health by checking a specific service or overall status with a configurable timeout.
Instructions
Check gRPC server health using the standard Health Checking Protocol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | Service name to check (empty string = overall server health) | |
| timeout_ms | No | Timeout in ms (default: 5000) |