checkly_get_check_result
ActiveTool of io.usefulapi/checkly
declared in 1.0.1
Retrieve a single check-run result in full. Public API: GET /v1/check-results/{checkId}/{checkResultId}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"checkId",
"checkResultId"
],
"properties": {
"checkId": {
"type": "string",
"description": "The check id."
},
"checkResultId": {
"type": "string",
"description": "The check result id."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.usefulapi/checkly
https://github.com/m190/usefulapi-mcp
1/7 registries