You're viewing a demo portfolio

Join the waitlist
PRSM

update_style_fields

Active

Tool of com.framesail/framesail

declared in 1.27.2

Hand-edit a style's analyzed fields after reviewing them — e.g. tighten the art_style wording or adjust the director_style pacing rules. `fields` is the FULL flat dict to write: {key: {"value": str, "applies_to": [...]}} (fetch with get_style, modify, send back). Editing fields does NOT trigger re-analysis, so your edits stick.

Parameters schema

{
  "type": "object",
  "title": "update_style_fieldsArguments",
  "required": [
    "style_id",
    "fields"
  ],
  "properties": {
    "fields": {
      "type": "object",
      "title": "Fields",
      "description": "FULL flat dict of analyzed fields to write, shaped {key: {\"value\": str, \"applies_to\": [...]}} — fetch with get_style, modify, send the whole dict back",
      "additionalProperties": true
    },
    "style_id": {
      "type": "string",
      "title": "Style Id",
      "description": "Style ID, as returned by create_style or list_styles"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.framesail/framesail

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