Create Editorial Context Pack
create_editorial_context_packCreate a compact Markdown reading view from local transcripts, shots, audio, notes, sources, or timeline context for an editorial question. Returns stable evidence IDs without modifying the project.
Instructions
Create a compact Markdown reading view from already captured local transcript, shot, audio, note, source, or timeline context. It returns stable evidence IDs and context revisions for review, never calls an AI/provider or Premiere, and cannot change the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Optional context-kind filter. Omit to retrieve all matching local evidence. | |
| intent | Yes | The editorial question used to retrieve and compact local evidence. | |
| project_id | Yes | Project context ID returned by manage_project_context capture. | |
| max_entries | No | Maximum matching evidence entries to include. | |
| sequence_id | No | Optional exact sequence ID filter. | |
| max_characters | No | Strict maximum length of the Markdown reading view. |
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. |