Add Marker To Project Item
add_marker_to_project_itemAdd markers to source clips or project items in Premiere Pro. Specify item, time in seconds, name, type, comments, color, and duration to annotate footage for editing.
Instructions
Add a marker to a project item (source clip marker).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Marker name | |
| type | No | Marker type (default: Comment) | |
| item_id | Yes | Node ID or name of the project item | |
| comments | No | Marker comments | |
| color_index | No | Color label index (0-7) | |
| time_seconds | Yes | Time in seconds for the marker | |
| duration_seconds | No | Duration of the marker in seconds (0 for point marker) |
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. |