service_add_healthcheck
Add health check endpoints to a service, checking dependencies like database, Redis, or APIs. Provide service name and language to generate ready-to-use endpoints.
Instructions
Add comprehensive health check endpoints to a service (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| language | Yes | Programming language of the service | |
| dependencies | No | External dependencies to check (e.g. database, redis, api) | |
| service_name | Yes | Name of the service |