Get Track Info
get_track_infoRetrieve detailed track information including name, clip count, status flags, and all clips for a specified video or audio track.
Instructions
Get detailed information about a specific track: name, clip count, muted, locked, targeted, and list of all clips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | Yes | Track type | |
| track_index | Yes | Track index (0-based) |
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. |