Create Context Edit Plan
create_context_edit_planGenerate a non-mutating edit plan from indexed Premiere Pro context, ranking source/time candidates and flagging stale state for review before any timeline changes.
Instructions
Create a non-mutating, evidence-backed edit-plan scaffold from indexed Premiere context. It returns ranked source/time candidates and stale-state guards; the model must review them and use preview_edit_plan before any mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Editing goal, such as finding the strongest budget explanation for a rough cut | |
| strategy | No | Planning mode; default rough_cut | |
| project_id | Yes | Project context ID returned by manage_project_context capture | |
| sequence_id | No | Optional exact sequence ID filter | |
| max_candidates | No | Maximum 25; default 8 |
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. |