MCP tool

get_agent_run

One sweep in full

READcalls /api/v1/agent/runs/

One sweep and the documents it protected. This is the ONLY tool that returns decisions[] in full for a run: the per-file record of what the agent chose NOT to protect and why. Also returns unreadableGroups[], the metadata-only summary of files it could not open. decisions[] is consent-gated, so an absent array means the customer never opted in to sending it, NOT that nothing was excluded. Read-only.

  • Access: read-only
  • Calls: /api/v1/agent/runs/

Arguments

NameTypeRequiredDescription
runIdstringyesThe immut id of the run, from list_agent_runs
docPagenumbernoPage of the joined document list
docLimitnumbernoPage size, max 100 (default 50)

Generated from the immut MCP server, 28 tools. Machine-readable: this page as markdown · everything in one file · tool contract