list_assets
ActiveTool of com.framesail/framesail
List the project's assets extracted by scan_script — characters, environments, objects. Each has a description (the spec every shot uses to render it — surfaced top-level here; the raw row nests it at ai_output.description), an optional reference image (file_path is a public URL — view_image it), and for characters a voice_id. Review these after scan_script: fix descriptions, then generate_asset_reference for each one (all of them need a reference image before voiceover). asset_type filter: "character" | "environment" | "object".
Parameters schema
{
"type": "object",
"title": "list_assetsArguments",
"required": [
"project_id"
],
"properties": {
"asset_type": {
"type": "string",
"title": "Asset Type",
"default": "",
"description": "Optional filter: \"character\", \"environment\", or \"object\"; empty lists all asset types"
},
"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