checkly_list_checks
ActiveTool of io.usefulapi/checkly
declared in 1.0.1
List all synthetic monitoring checks (API, browser, URL, heartbeat, etc.) in the account. Public API: GET /v1/checks.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"tag": {
"type": "string",
"description": "Filter by a tag."
},
"page": {
"type": "integer",
"maximum": 9007199254740991,
"description": "1-based page number.",
"exclusiveMinimum": 0
},
"limit": {
"type": "integer",
"maximum": 9007199254740991,
"description": "Page size.",
"exclusiveMinimum": 0
},
"search": {
"type": "string",
"description": "Free-text search across check names."
},
"checkType": {
"type": "string",
"description": "Filter by check type, e.g. API, BROWSER, URL, HEARTBEAT."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.usefulapi/checkly
https://github.com/m190/usefulapi-mcp
1/7 registries