Get Clip At Position
get_clip_at_positionRetrieve the clip occupying a given time position on a video or audio track, enabling precise timeline inspection and editing decisions by track index and seconds.
Instructions
Get the clip at a specific time position on a track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | Yes | Track type | |
| track_index | Yes | Track index (0-based) | |
| time_seconds | Yes | Time position in seconds |
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. |