MCP tools

Tool reference

RadauMCP tool names for the public v0 server. Outputs are JSON text content blocks with a disclaimer line.

search_docs

Full-text search over the baked-in DORA EN corpus (title + text via MiniSearch).

ArgTypeNotes
querystringRequired search string
knumberOptional; default 5, max 10

Returns: id, title, type, number, score, snippet (~800 chars).

{
  "query": "ICT risk management",
  "k": 3
}

get_passage

Fetch a full passage by namespaced id.

ArgTypeNotes
idstringe.g. dora-en:art-16
{
  "id": "dora-en:art-16"
}

Disclaimer

Every tool response includes a short reminder that passages are not legal advice. Prefer official publications for compliance decisions.