BeatBandit MCP

Prompts

/

screenplay_to_novel_pipeline

Prompt

Screenplay To Novel Pipeline

screenplay_to_novel_pipeline

prompt
beta
auth: project:read
status: v1

Route an authorized Movie, Genre Movie, or existing Novel project through the canonical source → Blueprint → Chapters → Voice → manuscript → audit → export lifecycle using live readiness.

When to use

Use when the caller wants the complete screenplay/story-outline to Novel Adaptation path or the next canonical Novel stage.

Use for an existing Novel project that should resume from its persisted state.

When not to use

Do not use for Novel-to-screenplay conversion.

Do not use for one direct Chapter prose overwrite; no public tool exposes that bypass.

Examples

“Adapt this Movie project into a novel and show me each review boundary.”

“What is the next canonical step for this Novel project?”

Anti-examples

  • Turn this novel into a screenplay.

Related tools

Prompts are orchestration guidance only. They route into these public tools instead of replacing them.

project_querystory_development_runproject_querystory_review_runexport_createjob_get

Live-state resources

Prompt resolution may inspect these resources or their backing backend reads before steering the client.


Arguments schema

screenplay_to_novel_pipeline input
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "required": [
    "project_id"
  ],
  "properties": {
    "project_id": {
      "type": "string",
      "pattern": "^[0-9]+
quot; }, "goal": { "type": "string", "maxLength": 1000 } }, "additionalProperties": false }

← All promptsv1 · prompt