Get Qe Clip Info
get_qe_clip_infoRetrieve QE DOM details for a specific clip in Premiere Pro using track type, track index, and clip index to uncover properties that the standard API does not provide.
Instructions
Get QE DOM information about a clip, including properties not available through the standard API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | Clip index on the track (0-based) | |
| 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. |