Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

checks_view

Request example
{ "method": "tools/call", "params": { "name": "checks_view", "arguments": { "id": "string", "limit": 1, "json": true } } }
checks_viewTOOL
Show the status and recent results of one health check.
Prints the check config, current state (up, down, alerting, disabled), 24h uptime, and a table of the most recent runs with status code, latency, and error message. For the latest failure it also prints the stored response body (truncated to 16KB by the worker), which usually explains why the endpoint is down.
Get the check ID from strada checks list. Results come from the otel_health_checks table; use strada query for custom SQL.
Parameters
id *string
Positional argument id
limit?integer
Number of recent runs to show (default: 20)
Min: 1Max: 500
json?boolean
Print raw JSON