List Sequence Checkpoints
list_sequence_checkpointsList sequence checkpoints with labels, timestamps, and track/clip counts, optionally filtered by sequence ID. Read-only review of saved timeline states.
Instructions
List '[checkpoint]' sequences created by create_sequence_checkpoint, optionally only those cloned from one sequence, with their labels, timestamps, track and clip counts. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence_id | No | Only list checkpoints of this sequence (ID or name). |
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. |