unity_undo_history
List recent MCP actions with undo state to analyze what can be undone and identify which agent performed each action. Use this to determine the target for unity_undo_last or select an agentId.
Instructions
List recent MCP actions with undo state: per-agent attribution, whether each is still undoable, target, and the current undo group. Use it to decide what unity_undo_last reverts or to pick an agentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| count | No | Max actions to return, newest first (default 20). | |
| agentId | No | Optional: only show actions from this agent. |