You're viewing a demo portfolio

Join the waitlist
PRSM

generate_style_template

Active

Tool of com.framesail/framesail

declared in 1.27.2

Render one of a style's two template images — a REAL step of style setup, not an optional extra: a style isn't finished until both its character and environment templates are rendered (the app shows them on the style card). Asset reference images render against them (characters → character template; environments and objects → environment template), and segment renders fall back on them when a shot has no asset reference — so finish BOTH before generate_asset_reference. Run once per template_type ("character" | "environment") for every new style; skip only types the style already has (get_style shows them). Async — await_jobs(style_id=...), then get_style.

Parameters schema

{
  "type": "object",
  "title": "generate_style_templateArguments",
  "required": [
    "style_id",
    "template_type"
  ],
  "properties": {
    "model": {
      "type": "string",
      "title": "Model",
      "default": "",
      "description": "Image model ID; empty uses the template job's default (see list_models)"
    },
    "style_id": {
      "type": "string",
      "title": "Style Id",
      "description": "Style ID, as returned by create_style or list_styles"
    },
    "template_type": {
      "type": "string",
      "title": "Template Type",
      "description": "Which of the style's two template images to render: \"character\" or \"environment\" — run once for each"
    },
    "editable_sections": {
      "anyOf": [
        {
          "type": "object",
          "additionalProperties": true
        },
        {
          "type": "null"
        }
      ],
      "title": "Editable Sections",
      "default": null,
      "description": "Per-call prompt section overrides, keyed by section name; see get_section_template for the template job"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.framesail/framesail

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