get-health-checks
Retrieve health checks for specified services using the Consul MCP Server, enabling monitoring and management of service status through standardized queries.
Instructions
Get health checks for a service
Input Schema
Name | Required | Description | Default |
---|---|---|---|
service | No | Name of the service to get health checks for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"service": {
"default": "",
"description": "Name of the service to get health checks for",
"type": "string"
}
},
"type": "object"
}