Unnest Sequence
unnest_sequenceReplace a nested sequence in the timeline with its original clips to edit content directly. Flatten nested sequences for direct access to their internal clips.
Instructions
Unnest a nested sequence on the timeline, replacing it with the contents of the nested sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the nested sequence clip on the timeline to unnest |
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. |