MCP tool
list_agent_decisions
What the agent decided NOT to protect
READ
calls /api/v1/agent/decisionsQuery, 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
| Name | Type | Required | Description |
|---|---|---|---|
decision | string | no | One of the 11 decision codes; an unknown code is rejected |
docType | string | no | Filter by doc type |
docState | string | no | Filter by doc state |
workspace | string | no | Workspace id |
objective | string | no | The objective the sweep served |
from | string | no | ISO 8601, on the sweep finish time |
to | string | no | ISO 8601, on the sweep finish time |
search | string | no | Matches the file path and the reason |
page | number | no | Page number (default 1) |
limit | number | no | Page 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