You're viewing a demo portfolio

Join the waitlist
PRSM

set_segment_continuation

Active

Tool of com.framesail/framesail

declared in 1.27.2

Make a segment's image render as a continuation of an EARLIER segment's frame (same composition evolving — the storyboard's continues_from_segment, settable after the fact). continues_from is that earlier segment's number; pass 0 to clear the link. Regenerate the segment's image afterwards — the reference is applied at generation time.

Parameters schema

{
  "type": "object",
  "title": "set_segment_continuationArguments",
  "required": [
    "project_id",
    "segment_number"
  ],
  "properties": {
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "description": "Project ID, as returned by create_project or list_projects"
    },
    "continues_from": {
      "type": "integer",
      "title": "Continues From",
      "default": 0,
      "description": "1-based number of the EARLIER segment whose frame this one continues; pass 0 to clear the link"
    },
    "segment_number": {
      "type": "integer",
      "title": "Segment Number",
      "description": "1-based number of the segment whose image should continue an earlier frame, as reported by get_segments"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.framesail/framesail

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