MCP tool

ack_agent_instruction

Report that you carried out an instruction

WRITEcalls /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

NameTypeRequiredDescription
instructionIdstringyesId from get_agent_instructions
statusapplied | cancelledyesapplied = you did it; cancelled = you will not, and will not retry
runIdstringnorunId 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