MCP tool
ack_agent_instruction
Report that you carried out an instruction
WRITE
calls /api/v1/agent/instructions/Tell immut you have ACTED on one instruction from get_agent_instructions. Call it only after the action is really done — a human clicking a button is not evidence the file was handled, which is why this is a separate call from creating the instruction. Pass the runId of the sweep that applied it so the two records line up. Use cancelled if you could not act and will not retry (for example the file no longer exists).
- Access: write
- Calls:
/api/v1/agent/instructions/
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
instructionId | string | yes | Id from get_agent_instructions |
status | applied | cancelled | yes | applied = you did it; cancelled = you will not, and will not retry |
runId | string | no | runId of the sweep that applied it (recommended) |
Generated from the immut MCP server, 28 tools. Machine-readable: this page as markdown · everything in one file · tool contract