project_director_note
ActiveTool of com.framesail/framesail
Apply a project-WIDE director note ("make the intro punchier", "all captions bigger", "tighten pacing in the back half"). A routing pass picks only the scenes the note applies to and edits each one. Synchronous — a few seconds per affected scene. Returns the per-scene results; re-run export_video afterwards to see changes in the final render.
Parameters schema
{
"type": "object",
"title": "project_director_noteArguments",
"required": [
"project_id",
"message"
],
"properties": {
"message": {
"type": "string",
"title": "Message",
"description": "Project-wide director note in natural language, e.g. \"make the intro punchier\" or \"all captions bigger\""
},
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.framesail/framesail
1/7 registries