MCP tool

list_agent_decisions

What the agent decided NOT to protect

READcalls /api/v1/agent/decisions

Query, across every sweep, the files the agent decided not to protect, with the reason it gave, the doc type it judged, and when the sweep ran. Use it for "what did my agent leave alone last month and why". ⚠️ Read meta.consent before reporting an empty list: decisions are consent-gated, so never_consented means the customer never opted in to sending them, which is NOT the same as nothing being excluded. Read-only.

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

Arguments

NameTypeRequiredDescription
decisionstringnoOne of the 11 decision codes; an unknown code is rejected
docTypestringnoFilter by doc type
docStatestringnoFilter by doc state
workspacestringnoWorkspace id
objectivestringnoThe objective the sweep served
fromstringnoISO 8601, on the sweep finish time
tostringnoISO 8601, on the sweep finish time
searchstringnoMatches the file path and the reason
pagenumbernoPage number (default 1)
limitnumbernoPage 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