Undo
undoReverts recent editing actions in Premiere Pro; use count to specify multiple undo steps. Note: Premiere lacks a supported undo-stack API, so scripted undo cannot be executed or verified.
Instructions
Unavailable: Premiere exposes no supported, observable undo-stack API, so a scripted undo cannot be performed or verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of times to undo (default: 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |