Plan Client Notes Checklist
plan_client_notes_checklistConvert pasted client or reviewer feedback into a prioritized checklist: detects timecodes, classifies notes by category, infers priority, and generates marker payloads without altering Premiere.
Instructions
Turn pasted client or reviewer feedback into a prioritized checklist: finds timecodes and ranges, classifies each note (audio, color, graphics, text, timing, cut, legal, delivery), infers must/should/nice priority, separates approvals and questions, and emits an add_markers_batch payload. Local-only and deterministic; never changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | Free-text feedback (email, chat, review-tool export). One note per line works best; bullets, 'Name:' prefixes, mm:ss, hh:mm:ss, hh:mm:ss:ff, 1m23s, and ranges like 1:23-1:30 are understood. | |
| max_items | No | Maximum checklist items to produce (default 200). | |
| frame_rate | No | Sequence frame rate used to snap marker times and read ff fields; defaults to 30. | |
| timecode_style | No | How a three-part a:b:c value is read: auto (default), clock (hh:mm:ss), or frames (mm:ss:ff). | |
| marker_color_mode | No | Marker color by priority (default: must=red, should=orange, nice=green), by category, or one fixed color. | |
| fixed_marker_color | No | Color index used when marker_color_mode is fixed (default 3 = orange). | |
| marker_name_prefix | No | Optional prefix for every marker name, such as a round label like 'R2'. | |
| sequence_duration_seconds | No | Optional sequence duration; notes past it are kept in the checklist but get no marker. | |
| include_approvals_as_markers | No | Also create markers for approval notes (default false). |
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. |