save_script
ActiveTool of com.framesail/framesail
declared in 1.27.2
Save script text (your own draft, or an edited version of the generated one — saving creates a new version, old versions are kept). Run scan_script afterwards so assets and voice blocks reflect the new text.
Parameters schema
{
"type": "object",
"title": "save_scriptArguments",
"required": [
"project_id",
"content"
],
"properties": {
"content": {
"type": "string",
"title": "Content",
"description": "Full script text to save as a new version; plain prose narration, optionally with scene headings"
},
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
}
}
}Parent server
com.framesail/framesail
1/7 registries