You're viewing a demo portfolio

Join the waitlist
PRSM

update_segment_content

Active

Tool of com.framesail/framesail

declared in 1.27.2

Rewrite one segment's creative direction from feedback ("make this shot a close-up", "show the machine from above") — an LLM rewrites the shot's prompts; continuation links, SFX, and overlays are preserved. The visual assets reset to not_started: re-render them afterwards (generate_segments or regenerate_segment_asset). For a precise prompt tweak with no rewrite, use regenerate_segment_asset with editable_sections instead.

Parameters schema

{
  "type": "object",
  "title": "update_segment_contentArguments",
  "required": [
    "project_id",
    "segment_number",
    "user_input"
  ],
  "properties": {
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "description": "Project ID, as returned by create_project or list_projects"
    },
    "user_input": {
      "type": "string",
      "title": "User Input",
      "description": "Natural-language feedback describing the change to this shot, e.g. \"make this a close-up\" or \"show the machine from above\""
    },
    "segment_number": {
      "type": "integer",
      "title": "Segment Number",
      "description": "1-based segment number, as reported by get_segments"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.framesail/framesail

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