Documentation

Overview

Tutorials
How-to guides
Infrastructure
Reference
Explanation
On this page

A probe is the minimal harmless call that proves an interface is alive. The manifest names it per interface under interfaces[].probe with kind and expect; optionally target names a probe URL that differs from the endpoint.

kindWhat is sentexpect
sparql-askan ASK query against the endpointboolean
http-geta plain GETok (2xx) or response
http-heada HEADok or response
mcp-initializethe initialize handshake, servers of the handshake eraresponse
mcp-discoverserver/discover as the first message, servers of the stateless era (revision 2026-07-28)ok or response

expect = response means: any HTTP answer proves liveness, even a 400 to a bare GET. Two MCP probes because MCP has two eras; the wrong probe yields an answer that proves nothing.

States of a check

Three, never more: never checked, passed, failed, each with instant, probe and the address actually probed. A measurement against a local instance says so. Nothing is shown as passed that was not measured.