scan_script
ActiveTool of com.framesail/framesail
Analyze the active script: extracts character/environment/object assets and splits narration into voice blocks. DESTRUCTIVE on re-run (assets are recreated, not merged — curated descriptions, reference images, and voices are lost; prefer rescan_voice_blocks after script edits). Async — returns {job_id}.
Parameters schema
{
"type": "object",
"title": "scan_scriptArguments",
"required": [
"project_id"
],
"properties": {
"model": {
"type": "string",
"title": "Model",
"default": "",
"description": "Model ID to scan with; empty uses the default (see list_models(\"script_scan\"))"
},
"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(\"script_scan\")"
}
}
}Parent server
com.framesail/framesail
1/7 registries