MCP tool

list_agent_runs

Sweep history

READcalls /api/v1/agent/runs

The sweeps this organisation's agent has reported, newest first. Use it to answer "when did my agent last run", "how many files did it review last month", or to find a runId to drill into. Returns counts and coverage per run. decisions[] is omitted here for size, so use get_agent_run for one run or list_agent_decisions to query across runs. Read-only.

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

Arguments

NameTypeRequiredDescription
workspacestringnoWorkspace id
modeinteractive | unattendednoOnly sweeps of this kind
objectivestringnoOnly sweeps that served this objective
protectedOnlybooleannotrue excludes sweeps that protected nothing
fromstringnoISO 8601, on the sweep finish time
tostringnoISO 8601, on the sweep finish time
pagenumbernoPage number (default 1)
limitnumbernoPage size, max 100 (default 20)

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