undo_list
List pending undo tokens to review which actions can be reversed. Each entry includes original tool, inverse tool, and a note. Use the undoId with undo_apply.
Instructions
[READ] List recorded, not-yet-applied undo tokens (most recent first).
Each entry names the original tool, the inverse tool that undo_apply
would run, and a human note. Use the undoId with undo_apply.
Args: limit: Max rows to return (default 50). target: Unused (undo state is host-local); accepted for CLI uniformity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |