update_style_fields
ActiveTool of com.framesail/framesail
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"
}
}
}Parent server
com.framesail/framesail
1/7 registries