List Sequence Tracks
list_sequence_tracksLists all video and audio tracks in a sequence, providing track names and types. Use it to inspect the timeline layout for editing decisions.
Instructions
List all tracks (video and audio) in a sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence_id | No | Sequence ID or name. Uses active sequence if omitted. |
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. |