Get Clip At Playhead
get_clip_at_playheadRetrieve all clips at the current playhead position across all tracks in Premiere Pro, optionally filtering by video or audio tracks.
Instructions
Get all clips at the current playhead position across all tracks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | Track type to check (default: both) |
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. |