illustrator_history
Undo or redo Illustrator actions, or save and restore named checkpoints to recover MCP-managed items after mistakes.
Instructions
Undo or redo actions in Illustrator.
CONTRACT: readOnly=False, destructive=True, idempotent=False, openWorld=False
WHEN TO USE:
Reverting mistakes (action='undo', count=N)
Restoring undone changes (action='redo')
Saving/restoring named checkpoints for recovery
EXAMPLES: illustrator_history(action="undo", count=3) illustrator_history(action="checkpoint_save", name="before_boolean") illustrator_history(action="checkpoint_restore", name="before_boolean") illustrator_history(action="checkpoint_list")
NOTES:
Checkpoints capture MCP-managed items only (those with @mcp:id)
checkpoint_restore is mutate-in-place; may require multiple undo to revert
undo/redo change document state (destructive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |