Talandor
Rapport de connecteur

Narracore Screenplay Formatter

https://mcp.narracore.app/mcp

Registre officiel

Registre officiel · cn.narracore/screenplay-formatter · Espace de l’éditeur : cn.narracore

Serveur vérifié aujourd’hui à 22:08 UTC

Catalogue affiché : dernière observation complète du 20 septembre

14 outils publics observés. Outils non exécutés. Ces outils viennent de l’observation de catalogue ci-dessus, pas du dernier contrôle de disponibilité.

Serveur accessible

Qu’a observé Talandor ?

Le serveur a répondu

Ajoutez l’adresse à votre assistant à l’aide de la configuration ci-dessous. Un Watch peut vous prévenir si ce catalogue public change.

Contrôle public du protocole et de tools/list, pas une validation fonctionnelle.

https://mcp.narracore.app/mcp
DisponibilitéServeur accessiblemesuré
Outils14 outils publics observésmesuré
Test de l’assistantNon testé par Talandorinconnu
Changement récentanalyze_screenplay changed its input schemaHistorique

Configurer votre assistant · Détails du contrôle

Configuration pour votre assistant

Talandor contrôle le serveur ; il ne le connecte pas à votre assistant.

Choisissez votre assistant, puis copiez la configuration affichée. L’authentification se fait chez le fournisseur du connecteur, jamais dans Talandor.

    Ouvrir le guide officiel (nouvel onglet)
    Détails du contrôle

    Ce qui a changé

    Public contract stable since
    Last check · No semantic contract change since the previous complete snapshot.
    Info
    analyze_screenplay changed its input schema
    Historical change · warning · medium confidence · analyze_screenplay · Rule: input-schema-changed
    Warning
    build_video_prompts changed its input schema
    Historical change · warning · medium confidence · build_video_prompts · Rule: input-schema-changed
    Warning
    check_video_prompts changed its input schema
    Historical change · warning · medium confidence · check_video_prompts · Rule: input-schema-changed
    Warning
    compile_film_breakdown changed its input schema
    Historical change · warning · medium confidence · compile_film_breakdown · Rule: input-schema-changed
    Warning
    convert_fountain changed its input schema
    Historical change · warning · medium confidence · convert_fountain · Rule: input-schema-changed
    Warning
    diagnose_scenes changed its input schema
    Historical change · warning · medium confidence · diagnose_scenes · Rule: input-schema-changed
    Warning
    format_screenplay changed its input schema
    Historical change · warning · medium confidence · format_screenplay · Rule: input-schema-changed
    Warning
    validate_film_breakdown changed its input schema
    Historical change · warning · medium confidence · validate_film_breakdown · Rule: input-schema-changed
    Warning

    A Watch would alert only if this change may affect uses of the selected client that depend on the changed tools.

    Cette frise publique montre le dernier contrôle, les 24 dernières heures et le dernier changement important. Watch conserverait 30 jours.

    Les notes ci-dessus concernent ce connecteur.

    Contenu fourni par le serveur. Les noms, descriptions et schémas ci-dessous sont copiés du serveur MCP. Ils peuvent être dans une autre langue. Talandor ne les traduit pas et ne les vérifie pas.
    Outils et exposition déclarée

    Les annotations du serveur sont des déclarations, pas un comportement vérifié.

    Afficher 14 définitions d’outils fournies par le serveur sur 14
    absorb_story_window
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    CHARGED (1 credit per story project per 24h; any validation failure is never charged, absorbed-window repeats are free no-ops). Merge YOUR extraction of a prepared window: selectors must quote/anchor exact unit text (server pulls canon verbatim; client canon_text is rejected) and the returned canon_patch must be tail-hash-verified by the client before applying. YOU decide what the story means; the server only verifies anchors and patch safety, not truth. 失败不收费、同项目 24h 只扣一次;AI 提炼、服务端核验锚点与补丁安全,不判断真伪。
    Schéma d’entrée (aperçu tronqué — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "extraction",
        "units"
      ],
      "properties": {
        "state": {
          "type": "object",
          "required": [
            "absorbed_window_fps",
            "archive",
            "bible",
            "canon_tail",
            "project_token",
            "schema_version"
          ],
          "properties": {
            "bible": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "entry_id",
                  "kind",
                  "sources",
                  "text"
                ],
                "properties": {
                  "kind": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  },
                  "text": {
                    "type": "string",
                    "minLength": 1
                  },
                  "sources": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "required": [
                        "quote",
                        "unit_id",
                        "window_fp"
                      ],
                      "properties": {
                        "quote": {
                          "type": "string",
                          "minLength": 1
                        },
                        "unit_id": {
                          "type": "string",
                          "maxLength": 128,
                          "minLength": 1
                        },
                        "window_fp": {
                          "type": "string",
                          "pattern": "^sw-v1:[a-f0-9]{64}$"
                        }
                      },
                      "additionalProperties": false
                    },
                    "maxItems": 100,
                    "minItems": 1
                  },
                  "entry_id": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "maxItems": 2000
            },
            "archive": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "entry",
                  "reason"
                ],
                "properties": {
                  "entry": {
                    "type": "object",
                    "required": [
                      "entry_id",
                      "kind",
                      "sources",
                      "text"
                    ],
                    "properties": {
                      "kind": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      },
                      "text": {
                        "type": "string",
                        "minLength": 1
                      },
                      "sources": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "required": [
                            "quote",
                            "unit_id",
                            "window_fp"
                          ],
                          "properties": {
                            "quote": {
                              "type": "string",
                              "minLength": 1
                            },
                            "unit_id": {
                              "type": "string",
                              "maxLength": 128,
                              "minLength": 1
                            },
                            "window_fp": {
                              "type": "string",
                              "pattern": "^sw-v1:[a-f0-9]{64}$"
                            }
                          },
                          "additionalProperties": false
                        },
                        "maxItems": 100,
                        "minItems": 1
                      },
                      "entry_id": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      }
                    },
                    "additionalProperties": false
                  },
                  "reason": {
                    "enum": [
                      "superseded",
                      "archived"
                    ],
                    "type": "string"
                  },
                  "source": {
                    "type": "object",
                    "required": [
                      "quote",
                      "unit_id",
                      "window_fp"
                    ],
                    "properties": {
                      "quote": {
                        "type": "string",
                        "minLength": 1
                      },
                      "unit_id": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      },
                      "window_fp": {
                        "type": "string",
                        "pattern": "^sw-v1:[a-f0-9]{64}$"
                      }
                    },
                    "additionalProperties": false
                  },
                  "replacement_id": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "maxItems": 4000
            },
            "canon_tail": {
              "type": "string",
              "maxLength": 16000
            },
            "project_token": {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            "schema_version": {
              "type": "string",
              "const": "v1"
            },
            "absorbed_window_fps": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^sw-v1:[a-f0-9]{64}$"
              },
              "maxItems": 1024
            }
          },
          "additionalProperties": false
        },
        "units": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "end",
              "role",
              "start",
              "text",
              "turn_id",
              "unit_id"
            ],
            "properties": {
              "end": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": 0
              },
              "role": {
                "enum": [
                  "user",
                  "assistant"
                ],
                "type": "string"
              },
              "text": {
                "type": "string"
              },
              "start": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": 0
              },
              "turn_id": {
                "type": "string",
                "maxLength": 128,
                "minLength": 1
              },
              "unit_id": {
                "type": "string",
                "maxLength": 128,
                "minLength": 1
              }
            },
            "additionalProperties": false
          },
          "maxItems": 4000,
          "minItems": 1
        },
        "extraction": {
          "type": "object",
          "required": [
            "base_state_hash",
            "bible_ops",
            "canon_segments",
            "story_merge",
            "window_fp"
          ],
          "properties": {
            "bible_ops": {
              "type": "array",
              "items": {
                "oneOf": [
                  {
                    "type": "object",
                    "required": [
                      "entry",
                      "op"
                    ],
                    "properties": {
                      "op": {
                        "type": "string",
                        "const": "upsert"
                      },
                      "entry": {
                        "type": "object",
                        "required": [
                          "entry_id",
                          "kind",
                          "sources",
                          "text"
                        ],
                        "properties": {
                          "kind": {
                            "type": "string",
                            "maxLength": 128,
                            "minLength": 1
                          },
                          "text": {
                            "type": "string",
                            "minLength": 1
                          },
                          "sources": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "required": [
                                "quote",
                                "unit_id",
                                "window_fp"
                              ],
                              "properties": {
                                "quote": {
                                  "type": "string",
                                  "minLength": 1
                                },
                                "unit_id": {
                                  "type": "string",
                                  "maxLength": 128,
                                  "minLength": 1
                                },
                                "window_fp": {
                                  "type": "string",
                                  "pattern": "^sw-v1:[a-f0-9]{64}$"
                                }
                              },
                              "additionalProperties": false
                            },
                            "maxItems": 100,
                            "minItems": 1
                          },
                          "entry_id": {
                            "type": "string",
                            "maxLength": 128,
                            "minLength": 1
                          }
                        },
                        "additionalProperties": false
                      }
                    },
                    "additionalProperties": false
                  },
                  {
                    "type": "object",
                    "required": [
                      "entry",
                      "op",
                      "target_id"
                    ],
                    "properties": {
                      "op": {
                        "type": "string",
                        "const": "supersede"
                      },
                      "entry": {
                        "type": "object",
                        "required": [
                          "entry_id",
                          "kind",
                          "sources",
                          "text"
                        ],
                        "properties": {
                          "kind": {
                            "type": "string",
                            "maxLength": 128,
                            "minLength": 1
                          },
                          "text": {
                            "type": "string",
                            "minLength": 1
                          },
                          "sources": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "required": [
                                "quote",
                                "unit_id",
                                "window_fp"
                              ],
                              "properties": {
                                "quote": {
                                  "type": "string",
                                  "minLength": 1
                                },
                                "unit_id": {
                                  "type": "string",
                                  "maxLength": 128,
                                  "minLength": 1
                                },
                                "window_fp": {
                                  "type": "string",
                                  "pattern": "^sw-v1:[a-f0-9]{64}$"
                                }
                              },
                              "additionalProperties": false
                            },
                            "maxItems": 100,
                            "minItems": 1
                          },
                          "entry_id": {
                            "type": "string",
                            "maxLength": 128,
                            "minLength": 1
                          }
                        },
                        "additionalProperties": false
        
    … [server-provided details truncated]
    analyze_screenplay
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Deterministic screenplay statistics from the Narracore analyzer (analyzer_version 1.0, same rules as narracore.cn): a scene list with structured scene headings (scene number / location / time of day / INT-EXT parsed from each heading), per-scene word count, dialogue ratio and action density, plus a character table (cue count, scenes present, dialogue lines, dialogue chars, share of dialogue). Accepts the same inputs as format_screenplay (input_format="text" or "blocks") — pass the SAME screenplay to both tools: one credit covers one screenplay for 24 hours across the screenplay tools (format / analyze / diagnose / convert / video prompts). When chaining tools, pass back the blocks you received (structured), not the formatted plain text. Failed calls are never charged; retrying the same request_id never double-charges. 剧本确定性统计:场景清单(结构化场景头)、逐场字数/对白占比/动作密度、角色戏份表;同一份剧本 24 小时内多工具只扣一次。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 200000,
          "minLength": 1,
          "description": "Raw screenplay text (required when input_format=\"text\")"
        },
        "blocks": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 64
              },
              "text": {
                "type": "string",
                "maxLength": 200000
              },
              "type": {
                "enum": [
                  "scene_heading",
                  "action",
                  "character",
                  "parenthetical",
                  "dialogue",
                  "transition",
                  "shot",
                  "note"
                ],
                "type": "string"
              },
              "speaker": {
                "type": "string",
                "maxLength": 64
              },
              "delivery": {
                "type": "string",
                "maxLength": 120
              },
              "location": {
                "type": "string",
                "maxLength": 120
              },
              "time_of_day": {
                "type": "string",
                "maxLength": 16
              },
              "scene_number": {
                "type": "string",
                "maxLength": 16
              }
            }
          },
          "maxItems": 2000,
          "description": "Typed blocks (required when input_format=\"blocks\")"
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional)"
        },
        "license_key": {
          "type": "string",
          "pattern": "^NRC-[A-Z2-9]{4}(-[A-Z2-9]{4}){3}$",
          "description": "License key NRC-XXXX-XXXX-XXXX-XXXX (optional — free daily quota works without one)"
        },
        "input_format": {
          "enum": [
            "text",
            "blocks"
          ],
          "type": "string",
          "description": "text (default): line-based screenplay text. blocks: typed blocks (e.g. the blocks returned by format_screenplay)."
        }
      }
    }
    build_video_prompts
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Turn a screenplay into structured video-generation prompt scaffolds (deterministic — no LLM on the server; YOU fill the creative fields). For each selected scene it estimates ~15s segments (marked estimated), registers entities (characters + dialogue counts), proposes ≤4 shots per segment at beat boundaries, pre-fills dialogue lines VERBATIM from the screenplay (never rewrite them), and emits a two-layer template per segment: a SHARED block (A/V limits, camera base, style, entities, causal chain, global guards) written once, plus SHOT blocks carrying only private fields, with CUT-OUT/CUT-IN handoff lines between shots. STYLE GUIDANCE, never a style lock: by default the style section is a decision checklist (medium / frame-rate mechanism / brush / color-domain boundaries / light & face readability / banned vocabulary, each with how-to and example); optionally pass style="engine_cinematic" | "painted_on_twos" | "live_action_neutral" as an EDITABLE starting point, and/or style_note (≤500 chars, passed through verbatim). The response includes a condensed filling guide (eyeline = screen vector, performance arc, causal chain, motion domains, cut-point two-state, targeted negative guards). Estimates are proposals — adjust to the scene's beats. Charged like the other screenplay tools: one credit covers one screenplay for 24 hours across the screenplay tools; failed calls are never charged; same request_id retries never double-charge. After filling, call check_video_prompts (free) for drift findings. 剧本→视频提示词骨架:台词逐字预填、实体登记、段-镜两层结构与切点两态;风格由用户决定(决策清单+可选预设+自由附注),服务端不代做创意决定。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 200000,
          "minLength": 1,
          "description": "Raw screenplay text (required when input_format=\"text\")"
        },
        "style": {
          "enum": [
            "engine_cinematic",
            "painted_on_twos",
            "live_action_neutral"
          ],
          "type": "string",
          "description": "Optional style preset as an EDITABLE starting point: engine_cinematic / painted_on_twos / live_action_neutral (default: decision checklist — never a lock)"
        },
        "blocks": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 64
              },
              "text": {
                "type": "string",
                "maxLength": 200000
              },
              "type": {
                "enum": [
                  "scene_heading",
                  "action",
                  "character",
                  "parenthetical",
                  "dialogue",
                  "transition",
                  "shot",
                  "note"
                ],
                "type": "string"
              },
              "speaker": {
                "type": "string",
                "maxLength": 64
              },
              "delivery": {
                "type": "string",
                "maxLength": 120
              },
              "location": {
                "type": "string",
                "maxLength": 120
              },
              "time_of_day": {
                "type": "string",
                "maxLength": 16
              },
              "scene_number": {
                "type": "string",
                "maxLength": 16
              }
            }
          },
          "maxItems": 2000,
          "description": "Typed blocks (required when input_format=\"blocks\")"
        },
        "scenes": {
          "type": "array",
          "items": {
            "type": "integer",
            "maximum": 9007199254740991,
            "minimum": 1
          },
          "maxItems": 200,
          "description": "Scene numbers (1-based) to scaffold; default all (batch with this when a full screenplay is too large)"
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional)"
        },
        "style_note": {
          "type": "string",
          "maxLength": 500,
          "description": "Free-form style note (≤500 chars) passed through VERBATIM into every segment shared block — never validated"
        },
        "license_key": {
          "type": "string",
          "pattern": "^NRC-[A-Z2-9]{4}(-[A-Z2-9]{4}){3}$",
          "description": "License key NRC-XXXX-XXXX-XXXX-XXXX (optional — free daily quota works without one)"
        },
        "input_format": {
          "enum": [
            "text",
            "blocks"
          ],
          "type": "string",
          "description": "text (default): line-based screenplay text. blocks: typed blocks (e.g. from format_screenplay)."
        },
        "segment_seconds": {
          "type": "integer",
          "maximum": 60,
          "minimum": 5,
          "description": "Target segment duration in seconds (default 15, range 5-60) — estimates, adjust to actual beats"
        }
      }
    }
    check_credits
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Check the remaining credits for a Narracore license key (NRC-XXXX-XXXX-XXXX-XXXX), plus recent usage and the purchase link. One credit covers one screenplay for 24 hours across the screenplay tools, or one film analysis, or one story project for 24 hours. Costs nothing. 查询授权码剩余服务次数(1 次=一份剧本 24 小时剧本类工具通用,或一次拉片分析,或一个故事项目 24 小时)。 Preferred: set the key in your MCP client auth (Authorization: Bearer NRC-…) instead of passing it in chat.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "license_key": {
          "type": "string",
          "pattern": "^NRC-[A-Z2-9]{4}(-[A-Z2-9]{4}){3}$",
          "description": "License key NRC-XXXX-XXXX-XXXX-XXXX (optional if configured in client auth header)"
        }
      }
    }
    check_video_prompts
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    FREE deterministic quality gates for video-generation prompts written against a screenplay (no LLM on the server — pattern matching and set comparison only; findings are reported, nothing is blocked). Submit the SAME screenplay plus up to 10 finished prompt texts (≤20k chars each). VIOLATIONS (objective locks): DIALOGUE_DRIFT — a DIALOGUE line attributed to a registered screenplay character whose text is not found verbatim (whitespace/punctuation-insensitive), i.e. rewritten, trimmed or hallucinated dialogue; STRUCTURE_MISSING_CUTOUT / _CUTIN / HANDOFF_MISMATCH — scaffold-format prompts ([SHOT n] markers) must carry CUT-OUT last-frame and CUT-IN first-frame states with the next shot repeating the previous verbatim; STRUCTURE_DUPLICATES_SHARED — a SHARED line restated inside a shot block (shot blocks carry only private fields). ADVISORIES (disable with advisories=false): BARE_EYELINE ("looks at X" with no screen-space direction), LITERARY_RHETORIC (metaphors a renderer cannot draw), EMPTY_NEGATIVE ("no weirdness"-style), CONFLICT_PAIRS (locked vs handheld, single-shot vs hard cuts, on-twos vs smooth), PLACEHOLDER_LEFT, CHAR_LIMIT (yours, or the style preset's recommended one), STYLE_CONSISTENCY (banned vocabulary of your chosen preset, or two medium families mixed). Free-form prompts without [SHOT] markers skip structure gates (reported honestly). Free — no key needed, works without one. 免费确定性质量门:台词逐字锁、结构切点两态锁(violation)+ 视线/修辞/冲突/风格自洽启发(advisory),只报告不拦截。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "prompts"
      ],
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 200000,
          "minLength": 1,
          "description": "The screenplay the prompts were written from (required when input_format=\"text\")"
        },
        "style": {
          "enum": [
            "engine_cinematic",
            "painted_on_twos",
            "live_action_neutral"
          ],
          "type": "string",
          "description": "The style preset you built with (enables its banned-vocabulary and recommended-limit advisories)"
        },
        "blocks": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 64
              },
              "text": {
                "type": "string",
                "maxLength": 200000
              },
              "type": {
                "enum": [
                  "scene_heading",
                  "action",
                  "character",
                  "parenthetical",
                  "dialogue",
                  "transition",
                  "shot",
                  "note"
                ],
                "type": "string"
              },
              "speaker": {
                "type": "string",
                "maxLength": 64
              },
              "delivery": {
                "type": "string",
                "maxLength": 120
              },
              "location": {
                "type": "string",
                "maxLength": 120
              },
              "time_of_day": {
                "type": "string",
                "maxLength": 16
              },
              "scene_number": {
                "type": "string",
                "maxLength": 16
              }
            }
          },
          "maxItems": 2000,
          "description": "Typed blocks (the screenplay the prompts were written from)"
        },
        "prompts": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "text"
            ],
            "properties": {
              "text": {
                "type": "string",
                "maxLength": 20000,
                "minLength": 1,
                "description": "One finished prompt text to check"
              },
              "label": {
                "type": "string",
                "maxLength": 64,
                "description": "Your name for this prompt (echoed in findings)"
              }
            }
          },
          "maxItems": 10,
          "minItems": 1,
          "description": "The finished prompt(s) (from build_video_prompts scaffolds or free-form)"
        },
        "advisories": {
          "type": "boolean",
          "description": "Run advisory gates too (default true; false = violations only)"
        },
        "char_limit": {
          "type": "integer",
          "maximum": 100000,
          "minimum": 100,
          "description": "Optional character limit per prompt (advisory; default: the style preset recommendation, or none)"
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Echoed back for tracing (this tool is free — no idempotency semantics needed)"
        },
        "input_format": {
          "enum": [
            "text",
            "blocks"
          ],
          "type": "string",
          "description": "text (default): line-based screenplay text. blocks: typed blocks (e.g. from format_screenplay)."
        }
      }
    }
    compile_film_breakdown
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    CHARGED (1 credit per film analysis — the same analysis_id within 24h is NOT charged again; failed validation is never charged). Compile a validated film breakdown into a bounded, derivable result: authoritative validation → window→canonical shot merge (long-take windows are recombined so a 60s take is ONE shot in every statistic) → exact aggregates (distributions, shot lengths, per-scene aggregates, coverage) → deterministic-heuristic reconstructions (performance arc, cut logic, camera-performance logic — reproducible interpretations, explicitly labelled, NOT facts) → a print-ready PDF report (scene table + per-scene arcs + shot tables) with a 24h signed link. Your input records are NEVER echoed back — you already have them locally; this returns only the derived increments. analysis_id = sha256(media_id + sha256(topology_hash + film_schema_version + film_vocab_version)) with media_id = sha256(video bytes) computed locally; the server never sees the video and cannot verify media_id (it exists to protect YOU from double-charging, not as anti-cheat). Recompile after re-observing with a different model: same analysis_id, no re-charge; change the cuts or the protocol: new analysis. 收费编译:权威校验→长镜窗口合并→确定性统计+启发式重组→PDF 报告;不完整窗口/非法词表一律拒绝且不收费;同一分析任务 24h 内重复编译不重复扣费。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "film_manifest",
        "relations",
        "scenes",
        "shots"
      ],
      "properties": {
        "shots": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "end_sec",
              "shot_id",
              "start_sec"
            ],
            "properties": {
              "tags": {},
              "end_sec": {
                "type": "number"
              },
              "shot_id": {
                "type": "string",
                "maxLength": 32,
                "minLength": 1
              },
              "scene_key": {
                "type": "string",
                "maxLength": 64
              },
              "start_sec": {
                "type": "number"
              },
              "scene_grammar": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "spatial_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "dramatic_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "temporal_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "objective_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "transfer_profile": {},
              "audio_observation": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "entity_provenance": {
                "type": "object",
                "properties": {
                  "model": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "run_id": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "confidence": {
                    "enum": [
                      "low",
                      "medium",
                      "high"
                    ],
                    "type": "string"
                  },
                  "source_stage": {
                    "type": "string",
                    "maxLength": 64
                  }
                },
                "additionalProperties": false
              },
              "performance_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "prompt_reverse_fields": {},
              "scene_boundary_before": {
                "type": "boolean"
              }
            },
            "additionalProperties": false
          },
          "maxItems": 2400,
          "minItems": 1
        },
        "scenes": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "scene_key"
            ],
            "properties": {
              "title": {
                "type": "string",
                "maxLength": 2000
              },
              "summary": {
                "type": "string",
                "maxLength": 2000
              },
              "scene_key": {
                "type": "string",
                "maxLength": 64,
                "minLength": 1
              },
              "editing_arc": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "director_intent": {
                "type": "string",
                "maxLength": 2000
              },
              "performance_arc": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "entity_provenance": {
                "type": "object",
                "properties": {
                  "model": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "run_id": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "confidence": {
                    "enum": [
                      "low",
                      "medium",
                      "high"
                    ],
                    "type": "string"
                  },
                  "source_stage": {
                    "type": "string",
                    "maxLength": 64
                  }
                },
                "additionalProperties": false
              },
              "camera_performance_arc": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              }
            },
            "additionalProperties": false
          },
          "maxItems": 400
        },
        "relations": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "from_shot_id",
              "to_shot_id"
            ],
            "properties": {
              "details": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "to_shot_id": {
                "type": "string",
                "maxLength": 32,
                "minLength": 1
              },
              "from_shot_id": {
                "type": "string",
                "maxLength": 32,
                "minLength": 1
              },
              "relation_type": {
                "type": "string",
                "maxLength": 32
              }
            },
            "additionalProperties": false
          },
          "maxItems": 2400
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional; same request_id never double-charges)"
        },
        "license_key": {
          "type": "string",
          "pattern": "^NRC-[A-Z2-9]{4}(-[A-Z2-9]{4}){3}$",
          "description": "License key NRC-XXXX-XXXX-XXXX-XXXX (optional — one free analysis per day works without one)"
        },
        "film_manifest": {
          "type": "object",
          "required": [
            "cut_timestamps",
            "duration_sec",
            "media_id"
          ],
          "properties": {
            "media_id": {
              "type": "string",
              "pattern": "^[0-9a-f]{64}$"
            },
            "duration_sec": {
              "type": "number",
              "maximum": 28800,
              "exclusiveMinimum": 0
            },
            "cut_timestamps": {
              "type": "array",
              "items": {
                "type": "number"
              },
              "maxItems": 4000
            }
          },
          "additionalProperties": false
        }
      }
    }
    convert_fountain
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Convert between Narracore screenplay blocks and Fountain (the plain-text screenplay interchange format). direction="to_fountain": screenplay (input_format="text" or "blocks") → Fountain text (Latin content upper-cased per convention, CJK preserved verbatim; notes as [[…]]). direction="from_fountain": Fountain text → typed blocks you can pass straight to format_screenplay (input_format="blocks") — supports scene headings (INT/EXT/EST/I/E), character cues with (V.O.)-style extensions (extension becomes the delivery hint), parentheticals, dialogue, TO: transitions, > forced transitions, . forced action, [[notes]]; boneyard /*…*/ is stripped and reported, title-page keys and # section headers are skipped with warnings; mostly-Chinese content falls back to the Chinese screenplay parser (Fountain rules target Latin scripts). One credit covers one screenplay for 24 hours across the screenplay tools — converting and then formatting the same screenplay charges once. Failed calls are never charged. 剧本块与 Fountain 格式互转;同一份剧本 24 小时内多工具只扣一次。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "direction"
      ],
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 200000,
          "minLength": 1,
          "description": "to_fountain only: raw screenplay text (input_format=\"text\")"
        },
        "blocks": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 64
              },
              "text": {
                "type": "string",
                "maxLength": 200000
              },
              "type": {
                "enum": [
                  "scene_heading",
                  "action",
                  "character",
                  "parenthetical",
                  "dialogue",
                  "transition",
                  "shot",
                  "note"
                ],
                "type": "string"
              },
              "speaker": {
                "type": "string",
                "maxLength": 64
              },
              "delivery": {
                "type": "string",
                "maxLength": 120
              },
              "location": {
                "type": "string",
                "maxLength": 120
              },
              "time_of_day": {
                "type": "string",
                "maxLength": 16
              },
              "scene_number": {
                "type": "string",
                "maxLength": 16
              }
            }
          },
          "maxItems": 2000,
          "description": "to_fountain only: typed blocks (input_format=\"blocks\")"
        },
        "fountain": {
          "type": "string",
          "maxLength": 200000,
          "minLength": 1,
          "description": "from_fountain only: the Fountain source text"
        },
        "direction": {
          "enum": [
            "to_fountain",
            "from_fountain"
          ],
          "type": "string",
          "description": "to_fountain: screenplay → Fountain text. from_fountain: Fountain text → typed blocks."
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional)"
        },
        "license_key": {
          "type": "string",
          "pattern": "^NRC-[A-Z2-9]{4}(-[A-Z2-9]{4}){3}$",
          "description": "License key NRC-XXXX-XXXX-XXXX-XXXX (optional — free daily quota works without one)"
        },
        "input_format": {
          "enum": [
            "text",
            "blocks"
          ],
          "type": "string",
          "description": "to_fountain only: screenplay source format"
        }
      }
    }
    diagnose_scenes
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Scene-level "shootability" diagnosis for a screenplay, using the same ai-2.0 rules as narracore.cn: YOU (the calling AI) cite the evidence, the server validates it and computes the score — no LLM on the server. Two steps: (1) mode="material" (FREE) returns each scene as a numbered block list ([n] [type] text), the strict findings JSON schema, and 6 problem types (abstract_psychology, literary_summary, unfilmable_information, unclear_space, weak_visible_action, unplayable_direction); (2) after analyzing the material yourself, call mode="score" with findings=[{scene, summary, problems:[{type, severity(low|medium|high), evidence (verbatim quote from the material), blocks (ordinals), suggestion}]}]. The server maps ordinals to blocks, drops any finding whose evidence cannot be verified (that scene then scores null — never faked), and computes each scene's 0-100 score (severity-weighted evidence coverage, exact arithmetic) plus a reference-only structural baseline. One credit covers one screenplay for 24 hours across the screenplay tools. Failed calls are never charged. 剧本逐场影视化度诊断:AI 举证、程序算分(0-100,证据核验,无效即空不冒充)。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "mode"
      ],
      "properties": {
        "mode": {
          "enum": [
            "material",
            "score"
          ],
          "type": "string",
          "description": "material (free): numbered scene material + schema. score: submit findings, server validates and scores."
        },
        "text": {
          "type": "string",
          "maxLength": 200000,
          "minLength": 1
        },
        "blocks": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 64
              },
              "text": {
                "type": "string",
                "maxLength": 200000
              },
              "type": {
                "enum": [
                  "scene_heading",
                  "action",
                  "character",
                  "parenthetical",
                  "dialogue",
                  "transition",
                  "shot",
                  "note"
                ],
                "type": "string"
              },
              "speaker": {
                "type": "string",
                "maxLength": 64
              },
              "delivery": {
                "type": "string",
                "maxLength": 120
              },
              "location": {
                "type": "string",
                "maxLength": 120
              },
              "time_of_day": {
                "type": "string",
                "maxLength": 16
              },
              "scene_number": {
                "type": "string",
                "maxLength": 16
              }
            }
          },
          "maxItems": 2000
        },
        "scenes": {
          "type": "array",
          "items": {
            "type": "integer",
            "maximum": 9007199254740991,
            "minimum": 1
          },
          "maxItems": 200,
          "description": "material mode only: scene numbers (1-based) to render; default all"
        },
        "findings": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "problems",
              "scene",
              "summary"
            ],
            "properties": {
              "scene": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": 1,
                "description": "Scene number as returned by mode=\"material\""
              },
              "summary": {
                "type": "string",
                "maxLength": 400,
                "description": "Your 1-2 sentence summary of the scene"
              },
              "problems": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "evidence",
                    "severity",
                    "type"
                  ],
                  "properties": {
                    "type": {
                      "type": "string",
                      "maxLength": 64,
                      "description": "One of the 6 problem types from mode=\"material\""
                    },
                    "blocks": {
                      "type": "array",
                      "items": {
                        "type": "integer",
                        "maximum": 9007199254740991,
                        "minimum": -9007199254740991
                      },
                      "maxItems": 8,
                      "description": "Block ordinals [n] the evidence came from"
                    },
                    "evidence": {
                      "type": "string",
                      "maxLength": 400,
                      "description": "Verbatim quote from the scene material"
                    },
                    "severity": {
                      "type": "string",
                      "maxLength": 16,
                      "description": "low | medium | high"
                    },
                    "suggestion": {
                      "type": "string",
                      "maxLength": 400
                    }
                  }
                },
                "maxItems": 20,
                "description": "Problems you found, with verbatim evidence"
              }
            }
          },
          "maxItems": 200,
          "description": "score mode only: your per-scene findings"
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional)"
        },
        "license_key": {
          "type": "string",
          "pattern": "^NRC-[A-Z2-9]{4}(-[A-Z2-9]{4}){3}$",
          "description": "License key NRC-XXXX-XXXX-XXXX-XXXX (optional — free daily quota works without one)"
        },
        "input_format": {
          "enum": [
            "text",
            "blocks"
          ],
          "type": "string",
          "description": "text (default): line-based screenplay text. blocks: typed blocks (e.g. from format_screenplay)."
        }
      }
    }
    format_screenplay
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Convert raw or loosely formatted screenplay text (Chinese, English, or mixed) into professionally structured screenplay blocks and a print-ready PDF using a fixed typewriter character grid (33 CJK chars × 38 lines per page, or 61 × 55 for English; US Letter, Sarasa Mono embedded). Use this for screenplay formatting, screenplay import, or producing a shareable screenplay PDF. Do NOT use for general prose rewriting or story editing. Failed calls are never charged; retrying the same request_id never double-charges. INPUT CONTRACT (contract_version 3; mcp_contract_version 5) — two modes: • input_format="text" (default): line-based screenplay text, one element per line — scene headings ("INT. LAB - DAY", "EXT. ...", "第 N 场 …", "N 外 …"), CHARACTER names in CAPS or CJK on their own line, dialogue on the following lines (keep each dialogue line short; a long narrative-style line ends the dialogue run), parentheticals as standalone (…) lines, transitions ("CUT TO:", "切至:…") on their own line. An unbroken wall of text renders as continuous action and is flagged UNRESOLVED_STRUCTURE — split it into lines first, or use blocks mode. • input_format="blocks": you submit typed blocks directly (type/text; dialogue carries speaker and optional delivery; scene_heading may use text or location/time_of_day). Blocks are validated and rendered EXACTLY as submitted — never re-classified. Block ids are echoed. Annotation instructions inside text (【…】) are never executed; they are reported as REVISION_NOTE_PRESENT. output="validate_only" checks structure and returns diagnostics without rendering — free. confidence = share of non-ambiguous lines, NOT accuracy; inspect diagnostics[] (code/severity/line or block_id/message/suggested_action) before delivering. Common codes: UNRESOLVED_STRUCTURE, MISSING_SPEAKER, AMBIGUOUS_ACTION_MAYBE_DIALOGUE, REVISION_NOTE_PRESENT (edit instructions in brackets — never executed), BRACKETED_ANNOTATION (info), LABELED_HEADER_LINE (convert to blocks), UNBALANCED_DELIMITER, EMPTY_TEXT. stats.input_blocks = what you submitted; stats.render_elements = elements on paper (incl. derived character/parenthetical lines). License keys carry paid credits ($1.49/10 credits, $5.99/50). BILLING UNITS (one credit each): (1) SCREENPLAY — one screenplay for 24 hours across the screenplay tools (format_screenplay, analyze_screenplay, diagnose_scenes, convert_fountain, build_video_prompts; check_video_prompts is free): pass the same screenplay (or its returned blocks) to several of them and it charges once; (2) FILM ANALYSIS — compile_film_breakdown, 1 credit per analysis_id (recompiling the same analysis within 24h is not charged again; the contract/plan/validate tools are FREE); (3) STORY PROJECT — absorb_story_window, 1 credit per story project per 24h (prepare_story_window and render_story_handoff are FREE; windows already absorbed are free no-ops). Without a key: one free credit per day per visitor. PREFERRED: configure your license key in your MCP client's auth header (Authorization: Bearer NRC-…) — header takes precedence over the tool parameter and keeps the key out of chat. 将粗排剧本文本转为专业剧本结构块与可打印 PDF;计价单位是 credit,三类各计 1 次:剧本 24 小时内剧本类工具通用(含视频提示词骨架;检查工具免费)、拉片编译按分析任务、故事吸收按项目 24 小时;失败不收费、同请求重试不重复扣。 Chaining convention: to run another tool on a screenplay you already submitted, pass back the BLOCKS you received (structured) — not the formatted plain text or PDF-extracted text (those parse differently). Failed calls are never charged; retrying the same request_id never double-charges. After a successful call: show the user the PDF link, the page count, and review diagnostics[] with the user when validation_status is not "ok". If the response has ok=false with reason free_tier_exhausted or quota_exhausted: tell the user the price and the purchase link verbatim, and ask them to paste the license key back to you. Never invent a license key.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "text": {
          "type": "string",
          "maxLength": 200000,
          "minLength": 1,
          "description": "Raw screenplay text, one element per line (required when input_format=\"text\")"
        },
        "cover": {
          "type": "object",
          "properties": {
            "date": {
              "type": "string",
              "maxLength": 64
            },
            "title": {
              "type": "string",
              "maxLength": 2000
            },
            "author": {
              "type": "string",
              "maxLength": 2000
            },
            "version": {
              "type": "string",
              "maxLength": 64
            }
          },
          "description": "Cover page fields — any field present adds a cover page (not counted in page numbers); date defaults to today (UTC) when omitted",
          "additionalProperties": false
        },
        "blocks": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "id": {
                "type": "string",
                "maxLength": 64,
                "description": "Your id for this block; echoed in output"
              },
              "text": {
                "type": "string",
                "maxLength": 200000,
                "description": "Block text (scene_heading may omit it if location/time_of_day given)"
              },
              "type": {
                "enum": [
                  "scene_heading",
                  "action",
                  "character",
                  "parenthetical",
                  "dialogue",
                  "transition",
                  "shot",
                  "note"
                ],
                "type": "string"
              },
              "speaker": {
                "type": "string",
                "maxLength": 64,
                "description": "dialogue: speaker name; a character line is derived when rendering"
              },
              "delivery": {
                "type": "string",
                "maxLength": 120,
                "description": "dialogue: delivery hint, rendered as a parenthetical before the line"
              },
              "location": {
                "type": "string",
                "maxLength": 120
              },
              "time_of_day": {
                "type": "string",
                "maxLength": 16
              },
              "scene_number": {
                "type": "string",
                "maxLength": 16
              }
            }
          },
          "maxItems": 2000,
          "description": "Typed blocks (required when input_format=\"blocks\")"
        },
        "footer": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "enum": [
                  "title",
                  "author",
                  "date",
                  "version",
                  "page_number"
                ],
                "type": "string"
              },
              "maxItems": 5,
              "minItems": 1
            }
          },
          "description": "Explicit footer (centered below the text box); same value resolution as header"
        },
        "header": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "enum": [
                  "title",
                  "author",
                  "date",
                  "version",
                  "page_number"
                ],
                "type": "string"
              },
              "maxItems": 5,
              "minItems": 1
            }
          },
          "description": "Explicit running header (overrides the default page-number line): field values come from cover; missing fields are skipped; page_number renders N/M at the right edge"
        },
        "output": {
          "enum": [
            "pdf_and_blocks",
            "blocks_only",
            "validate_only"
          ],
          "type": "string",
          "description": "pdf_and_blocks (default) / blocks_only / validate_only (free structure check, no render)"
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional)"
        },
        "license_key": {
          "type": "string",
          "pattern": "^NRC-[A-Z2-9]{4}(-[A-Z2-9]{4}){3}$",
          "description": "License key NRC-XXXX-XXXX-XXXX-XXXX (optional — free daily quota works without one)"
        },
        "input_format": {
          "enum": [
            "text",
            "blocks"
          ],
          "type": "string",
          "description": "text (default): line-based screenplay text parsed server-side. blocks: submit typed blocks directly — validated and rendered as-is, never re-classified."
        },
        "content_language": {
          "enum": [
            "zh",
            "en",
            "auto"
          ],
          "type": "string",
          "description": "Content language (default: auto-detect)"
        }
      }
    }
    get_film_contract
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    FREE. Return the Narracore Film Contract by section — the protocol that lets ANY vision-capable agent turn its own observation of a film into a stable, comparable, traceable Film IR (shot/scene/relation), validated and compiled by this server. The video NEVER leaves your machine: you observe and reason with your own models, this server provides the shared language and the deterministic toolchain. section="core" (default): pipeline, entities, the window protocol for long takes, observability levels (observed/mixed/inferred), entity-level provenance, limits. "vocabulary": the closed vocabularies + alias table (normalization is exact→alias→reject — no fuzzy guessing). "observation_guidance": the observation prompt template + how to write interpretive fields. "reasoning_guidance": the dramatic-layer/scene/relation prompt + the Q&A playbook for answering questions from the compiled result. "media_recipe": reference ffmpeg recipes (a platform adapter example — not authoritative output). 免费下发的影视拉片契约:分类词表、观察/推理提示词、窗口协议、问答 playbook 与备料配方示例。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "section": {
          "enum": [
            "core",
            "vocabulary",
            "observation_guidance",
            "reasoning_guidance",
            "media_recipe"
          ],
          "type": "string",
          "description": "Contract section to return (default: core)"
        },
        "film_schema_version": {
          "type": "string",
          "maxLength": 16,
          "description": "Request a specific film schema version (default: current)"
        }
      }
    }
    plan_film_analysis
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    FREE deterministic. Turn shot-cut timestamps into the analysis topology every Film Protocol agent shares: numbered base shots (shot-000001), long-take windowing (shot-000017-w01of03 when a shot exceeds the profile cap), and greedy analysis units (≤20s / ≤8 shots per unit by default). Pass duration_sec + the cut timestamps you detected locally (e.g. ffmpeg scene filter, threshold 0.30 — see get_film_contract section="media_recipe"); you get back windows and units carrying both source-relative and clip-relative times to cut your analysis clips and label your observations with. No ffmpeg commands are returned (execution is your platform's business). 免费:切镜时间点 → 统一分析拓扑(长镜开窗 + ≤20s/≤8 镜单元)。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "cut_timestamps",
        "duration_sec"
      ],
      "properties": {
        "duration_sec": {
          "type": "number",
          "description": "Total duration of the film/video in seconds",
          "exclusiveMinimum": 0
        },
        "cut_timestamps": {
          "type": "array",
          "items": {
            "type": "number"
          },
          "maxItems": 4000,
          "description": "Shot-cut timestamps in seconds (ascending; 0 and duration are implied)"
        }
      }
    }
    prepare_story_window
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    FREE. Split a story conversation (verbatim user/assistant turns) into stable, hash-anchored units for the Narracore Story Continuity Protocol. YOU judge the story; the server only slices and anchors provenance — a source is traceable, not proof your interpretation is true. Keep the full text and returned StoryState client-side (server stores nothing); failed calls are never charged. 免费:故事窗口确定性切分与锚定;AI 判断、服务端只核验出处,出处不证明结论真伪;全文与 state 由调用方保存,失败不收费。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "conversation"
      ],
      "properties": {
        "lang": {
          "enum": [
            "zh",
            "en"
          ],
          "type": "string",
          "default": "en"
        },
        "state": {
          "type": "object",
          "required": [
            "absorbed_window_fps",
            "archive",
            "bible",
            "canon_tail",
            "project_token",
            "schema_version"
          ],
          "properties": {
            "bible": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "entry_id",
                  "kind",
                  "sources",
                  "text"
                ],
                "properties": {
                  "kind": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  },
                  "text": {
                    "type": "string",
                    "minLength": 1
                  },
                  "sources": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "required": [
                        "quote",
                        "unit_id",
                        "window_fp"
                      ],
                      "properties": {
                        "quote": {
                          "type": "string",
                          "minLength": 1
                        },
                        "unit_id": {
                          "type": "string",
                          "maxLength": 128,
                          "minLength": 1
                        },
                        "window_fp": {
                          "type": "string",
                          "pattern": "^sw-v1:[a-f0-9]{64}$"
                        }
                      },
                      "additionalProperties": false
                    },
                    "maxItems": 100,
                    "minItems": 1
                  },
                  "entry_id": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "maxItems": 2000
            },
            "archive": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "entry",
                  "reason"
                ],
                "properties": {
                  "entry": {
                    "type": "object",
                    "required": [
                      "entry_id",
                      "kind",
                      "sources",
                      "text"
                    ],
                    "properties": {
                      "kind": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      },
                      "text": {
                        "type": "string",
                        "minLength": 1
                      },
                      "sources": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "required": [
                            "quote",
                            "unit_id",
                            "window_fp"
                          ],
                          "properties": {
                            "quote": {
                              "type": "string",
                              "minLength": 1
                            },
                            "unit_id": {
                              "type": "string",
                              "maxLength": 128,
                              "minLength": 1
                            },
                            "window_fp": {
                              "type": "string",
                              "pattern": "^sw-v1:[a-f0-9]{64}$"
                            }
                          },
                          "additionalProperties": false
                        },
                        "maxItems": 100,
                        "minItems": 1
                      },
                      "entry_id": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      }
                    },
                    "additionalProperties": false
                  },
                  "reason": {
                    "enum": [
                      "superseded",
                      "archived"
                    ],
                    "type": "string"
                  },
                  "source": {
                    "type": "object",
                    "required": [
                      "quote",
                      "unit_id",
                      "window_fp"
                    ],
                    "properties": {
                      "quote": {
                        "type": "string",
                        "minLength": 1
                      },
                      "unit_id": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      },
                      "window_fp": {
                        "type": "string",
                        "pattern": "^sw-v1:[a-f0-9]{64}$"
                      }
                    },
                    "additionalProperties": false
                  },
                  "replacement_id": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "maxItems": 4000
            },
            "canon_tail": {
              "type": "string",
              "maxLength": 16000
            },
            "project_token": {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            "schema_version": {
              "type": "string",
              "const": "v1"
            },
            "absorbed_window_fps": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^sw-v1:[a-f0-9]{64}$"
              },
              "maxItems": 1024
            }
          },
          "additionalProperties": false
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional; same request_id never double-charges)"
        },
        "conversation": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "role",
              "text"
            ],
            "properties": {
              "role": {
                "enum": [
                  "user",
                  "assistant"
                ],
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "maxItems": 4000,
          "minItems": 1
        }
      },
      "additionalProperties": false
    }
    render_story_handoff
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    FREE. Render a StoryState into a zh/en handoff document (recent-canon window + bible) for a successor writer/AI. The server formats the state you SUPPLY — project_token proves identity only, not that the state content is authentic or current. Keep the full text client-side; failed calls are never charged. 免费:把调用方提供的 StoryState 排成交接文档;token 仅证身份、不证明 state 内容真实或最新;失败不收费。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "state"
      ],
      "properties": {
        "lang": {
          "enum": [
            "zh",
            "en"
          ],
          "type": "string",
          "default": "en"
        },
        "state": {
          "type": "object",
          "required": [
            "absorbed_window_fps",
            "archive",
            "bible",
            "canon_tail",
            "project_token",
            "schema_version"
          ],
          "properties": {
            "bible": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "entry_id",
                  "kind",
                  "sources",
                  "text"
                ],
                "properties": {
                  "kind": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  },
                  "text": {
                    "type": "string",
                    "minLength": 1
                  },
                  "sources": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "required": [
                        "quote",
                        "unit_id",
                        "window_fp"
                      ],
                      "properties": {
                        "quote": {
                          "type": "string",
                          "minLength": 1
                        },
                        "unit_id": {
                          "type": "string",
                          "maxLength": 128,
                          "minLength": 1
                        },
                        "window_fp": {
                          "type": "string",
                          "pattern": "^sw-v1:[a-f0-9]{64}$"
                        }
                      },
                      "additionalProperties": false
                    },
                    "maxItems": 100,
                    "minItems": 1
                  },
                  "entry_id": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "maxItems": 2000
            },
            "archive": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "entry",
                  "reason"
                ],
                "properties": {
                  "entry": {
                    "type": "object",
                    "required": [
                      "entry_id",
                      "kind",
                      "sources",
                      "text"
                    ],
                    "properties": {
                      "kind": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      },
                      "text": {
                        "type": "string",
                        "minLength": 1
                      },
                      "sources": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "required": [
                            "quote",
                            "unit_id",
                            "window_fp"
                          ],
                          "properties": {
                            "quote": {
                              "type": "string",
                              "minLength": 1
                            },
                            "unit_id": {
                              "type": "string",
                              "maxLength": 128,
                              "minLength": 1
                            },
                            "window_fp": {
                              "type": "string",
                              "pattern": "^sw-v1:[a-f0-9]{64}$"
                            }
                          },
                          "additionalProperties": false
                        },
                        "maxItems": 100,
                        "minItems": 1
                      },
                      "entry_id": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      }
                    },
                    "additionalProperties": false
                  },
                  "reason": {
                    "enum": [
                      "superseded",
                      "archived"
                    ],
                    "type": "string"
                  },
                  "source": {
                    "type": "object",
                    "required": [
                      "quote",
                      "unit_id",
                      "window_fp"
                    ],
                    "properties": {
                      "quote": {
                        "type": "string",
                        "minLength": 1
                      },
                      "unit_id": {
                        "type": "string",
                        "maxLength": 128,
                        "minLength": 1
                      },
                      "window_fp": {
                        "type": "string",
                        "pattern": "^sw-v1:[a-f0-9]{64}$"
                      }
                    },
                    "additionalProperties": false
                  },
                  "replacement_id": {
                    "type": "string",
                    "maxLength": 128,
                    "minLength": 1
                  }
                },
                "additionalProperties": false
              },
              "maxItems": 4000
            },
            "canon_tail": {
              "type": "string",
              "maxLength": 16000
            },
            "project_token": {
              "type": "string",
              "maxLength": 256,
              "minLength": 1
            },
            "schema_version": {
              "type": "string",
              "const": "v1"
            },
            "absorbed_window_fps": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^sw-v1:[a-f0-9]{64}$"
              },
              "maxItems": 1024
            }
          },
          "additionalProperties": false
        },
        "direction": {
          "type": "string",
          "maxLength": 8000
        },
        "request_id": {
          "type": "string",
          "maxLength": 64,
          "description": "Idempotency key (optional; same request_id never double-charges)"
        },
        "recent_chars": {
          "type": "integer",
          "default": 9000,
          "maximum": 16000,
          "minimum": 0
        }
      },
      "additionalProperties": false
    }
    validate_film_breakdown
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    FREE preflight for a film breakdown payload (film_manifest + shots + scenes + relations). Checks the contract WITHOUT watching anything: schema shape, closed vocabularies (exact→alias→reject), cross-references (shot ids, scene membership, relation endpoints), window topology (a long take's windows must be complete), provenance shape, and observability metadata only — it never judges whether an observation is TRUE (the server cannot see your video). Lossless representation fixes (alias/trim/wrap) are returned as normalized_patch; semantic problems are errors for YOU to fix, with retry_feedback to feed back to your model. This is advisory: compile_film_breakdown re-validates authoritatively. 免费预检:契约/词表/交叉引用/窗口拓扑校验,只修表示层、绝不代改语义;编译前先跑它可省一次失败往返。
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "film_manifest",
        "relations",
        "scenes",
        "shots"
      ],
      "properties": {
        "shots": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "end_sec",
              "shot_id",
              "start_sec"
            ],
            "properties": {
              "tags": {},
              "end_sec": {
                "type": "number"
              },
              "shot_id": {
                "type": "string",
                "maxLength": 32,
                "minLength": 1
              },
              "scene_key": {
                "type": "string",
                "maxLength": 64
              },
              "start_sec": {
                "type": "number"
              },
              "scene_grammar": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "spatial_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "dramatic_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "temporal_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "objective_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "transfer_profile": {},
              "audio_observation": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "entity_provenance": {
                "type": "object",
                "properties": {
                  "model": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "run_id": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "confidence": {
                    "enum": [
                      "low",
                      "medium",
                      "high"
                    ],
                    "type": "string"
                  },
                  "source_stage": {
                    "type": "string",
                    "maxLength": 64
                  }
                },
                "additionalProperties": false
              },
              "performance_layer": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "prompt_reverse_fields": {},
              "scene_boundary_before": {
                "type": "boolean"
              }
            },
            "additionalProperties": false
          },
          "maxItems": 2400,
          "minItems": 1
        },
        "scenes": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "scene_key"
            ],
            "properties": {
              "title": {
                "type": "string",
                "maxLength": 2000
              },
              "summary": {
                "type": "string",
                "maxLength": 2000
              },
              "scene_key": {
                "type": "string",
                "maxLength": 64,
                "minLength": 1
              },
              "editing_arc": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "director_intent": {
                "type": "string",
                "maxLength": 2000
              },
              "performance_arc": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "entity_provenance": {
                "type": "object",
                "properties": {
                  "model": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "run_id": {
                    "type": "string",
                    "maxLength": 64
                  },
                  "confidence": {
                    "enum": [
                      "low",
                      "medium",
                      "high"
                    ],
                    "type": "string"
                  },
                  "source_stage": {
                    "type": "string",
                    "maxLength": 64
                  }
                },
                "additionalProperties": false
              },
              "camera_performance_arc": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              }
            },
            "additionalProperties": false
          },
          "maxItems": 400
        },
        "relations": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "from_shot_id",
              "to_shot_id"
            ],
            "properties": {
              "details": {
                "type": "object",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              },
              "to_shot_id": {
                "type": "string",
                "maxLength": 32,
                "minLength": 1
              },
              "from_shot_id": {
                "type": "string",
                "maxLength": 32,
                "minLength": 1
              },
              "relation_type": {
                "type": "string",
                "maxLength": 32
              }
            },
            "additionalProperties": false
          },
          "maxItems": 2400
        },
        "film_manifest": {
          "type": "object",
          "required": [
            "cut_timestamps",
            "duration_sec",
            "media_id"
          ],
          "properties": {
            "media_id": {
              "type": "string",
              "pattern": "^[0-9a-f]{64}$"
            },
            "duration_sec": {
              "type": "number",
              "maximum": 28800,
              "exclusiveMinimum": 0
            },
            "cut_timestamps": {
              "type": "array",
              "items": {
                "type": "number"
              },
              "maxItems": 4000
            }
          },
          "additionalProperties": false
        }
      }
    }
    Preuves et limites

    Méthode : sonde HTTP anonyme. Aucun outil n’est exécuté.

    Protocoles essayés : 2026-07-28, 2025-11-25

    Protocole2025-11-25
    TransportHTTP Streamable
    AuthentificationAucun défi d’authentification observé
    PreuvesContrat public observé
    Latence totale5366 ms
    Octets de réponse51110

    Aucune erreur de diagnostic.

    Historique des observations
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 30 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2025-11-25 · 14 outils
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2025-11-25 · 14 outils
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2025-11-25 · 14 outils
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 3 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2025-11-25 · 14 outils
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 6 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 3 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2025-11-25 · 14 outils
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2025-11-25 · 14 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Contrat public complet · 2025-11-25 · 14 outils
    1b99a8d28655
    Contrat public complet · 2025-11-25 · 14 outils
    0cf0946ca03b
    Contrat public complet · 2025-11-25 · 14 outils
    0cf0946ca03b
    Contrat public complet · 2025-11-25 · 14 outils
    0cf0946ca03b

    Éligibilité à la surveillance approfondie

    Éligible à la surveillance approfondie

    Un contrat public tools/list complet a été observé ; une future base de surveillance approfondie pourra être comparée en toute sécurité.

    Un Watch démarre depuis la section de paiement de cette page, et seulement après un paiement vérifié.

    Voir la surveillance publique
    Watch · recurring plan

    Watch this MCP

    Your agent depends on this MCP. When Watch is active, periodic checks alert you when we observe a change that may affect the client you selected.

    • Know when it goes downWhen Watch is active, availability is observed about every 5 minutes. An outage is confirmed after two failed checks, so a single miss is not treated as a lasting outage.
    • Know when its contract changesDeep checks about every hour compare public tool catalogs and authentication surfaces over time.
    • Know what changed and what to fixAn alert names the observed change and the next step for the client you selected.

    Full public-contract coverage: Availability, protocol, auth and public tool contract changes can be compared.

    Full WatchAvailability, protocol, auth and public tool contract changes
    Surface WatchAvailability, TLS, protocol and auth surface — no private tool diff

    Early access currently activates this first endpoint; adding more endpoints up to the planned limit of five is not open in this deployment. Live checkout is open. A Watch activates only after a verified payment event; a browser return never starts monitoring.

    Start Watch