mcpserver.lol
registry/agent-reliability
Connection check verified live · 27h ago

agent-reliability

Testing, benchmarking and auditing autonomous AI agents — methods, harnesses, evidence

Tools 8
GitHub stars
Installs / wk
Licence CC-BY-4.0
Transport streamable-http
Last checked 27h ago

Tools & capabilities

8 tools

Read from the running server on 27h ago.

answer read-only question*
Answer a question from the corpus. Returns the matched object's claims with sources and confidence — never an unsourced answer. Use this when the user asked a question in words; us…
get_entity read-only id*
Fetch one knowledge object by id, with its claims and the sources each claim cites. Use this once search, answer or get_topic has given you an id. An unknown id is not a dead end:…
get_latest read-only limit
Most recently verified knowledge objects (freshness signal). Use this to judge how current the corpus is, or to see what changed since you last read it. It ranks by verification da…
get_overview read-only
Corpus overview: what this instance knows, counts by type, published tags, freshness. Use this first when you land here and do not yet know whether this corpus can answer your ques…
get_related read-only id*
Graph neighbours of an object: outgoing and incoming relations, each with its relation type. Use this after get_entity to widen an answer with adjacent objects. It walks one hop fr…
get_sources read-only object_id
The instance's whole source registry, or just the sources cited by one object — each with its evidence tier, reliability and access date. Use this when you need the registry entry…
get_topic read-only tag*
List the knowledge objects carrying a tag (topics are content-backed tags). Use this to browse a known topic; use search when you have a question rather than a tag, and get_overvie…
search read-only limitquery*
Full-text search over the knowledge graph. Matching ignores accents and apostrophes, so query in the user's own words; every hit carries the fields it matched and a score. Text mat…