Get Clip Markers
get_clip_markersRetrieve all source clip markers for a specific project item in Premiere Pro. Provide the item ID to get marker data, ideal for automating clip organization.
Instructions
Get all markers on a specific project item (source clip markers, not sequence markers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item |
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. |