Skip to content

MCP tools

An MCP endpoint and a bearer token are the whole integration surface. These are the verbs behind it, exactly as the server advertises them — this page and the seven below are generated from the same tools/list output your client receives, so they cannot describe a contract the server does not serve.

VerbRequiredWhat it does
context.assembleactionThe one-call governed context for a proposed action (ADR 0036 §6): returns the preflight verdict + retrieved memory + resolved guides + a ready-to-inject prompt_block + server-estimated token counts, collapsing preflight.action -> memory.search -> guide.resolve into a single round-trip
context.reportwindow_total, segmentsSelf-report the calling agent’s current context-window budget (ephemeral telemetry, ADR 0035/0036)
evidence.ingestevidenceAppend one or more evidence records to the tamper-evident evidence log for the caller’s tenant
guide.resolvepurposeResolve the ordered topic guides that apply to a scope+purpose (the guide side of the resolution walk)
memory.rememberRemember something with minimal ceremony (the Mem0-shape write): pass content OR messages[]; the server types it as governed evidence (actor/workspace/tenant from your token, source_type agent_conversation) and files it through the same hash-chained, admission-governed pipeline as evidence.ingest
memory.searchSearch the governed memory graph for scoped, ranked, provenance-bearing knowledge relevant to the current task (‘what should I know here?’)
preflight.actionactionThe flagship advisory verb: ask ‘is this proposed action safe?’ before taking it