You're viewing a demo portfolio

Join the waitlist
PRSM

list_assets

Active

Tool of com.framesail/framesail

declared in 1.27.2

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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.framesail/framesail

1/7 registries
View full server →
list_assets — com.framesail/framesail — PRSM MCP