generate_storyboard
ActiveTool of com.framesail/framesail
Plan the full visual storyboard: segments, shot pacing, image/video prompts, overlays, continuation chains — driven by the channel's director and art styles. Requires voiceover to exist (timing comes from it). BEFORE calling: confirm the project's asset_mix with your user (image vs video vs generated_graphic percentages, update_project) — the storyboard plans against it and video-heavy mixes multiply the later render cost. Async — returns {job_id}; this is the longest LLM step.
Parameters schema
{
"type": "object",
"title": "generate_storyboardArguments",
"required": [
"project_id"
],
"properties": {
"model": {
"type": "string",
"title": "Model",
"default": "",
"description": "Model ID to plan with; empty uses the default (see list_models(\"storyboard\"))"
},
"settings": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Settings",
"default": null,
"description": "Model-specific settings; valid keys come from the model's settings_schema in list_models(\"storyboard\")"
},
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
},
"editable_sections": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Editable Sections",
"default": null,
"description": "Per-call prompt section overrides, keyed by section name; see get_section_template(\"storyboard\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.framesail/framesail
1/7 registries