You're viewing a demo portfolio

Join the waitlist
PRSM

set_project_style

Active

Tool of com.framesail/framesail

declared in 1.27.2

Set the project's default style — the style whose art/narrative/director fields drive its generations. Use after create_style to put a new visual identity into effect, or to switch a project between channel styles.

Parameters schema

{
  "type": "object",
  "title": "set_project_styleArguments",
  "required": [
    "project_id",
    "style_id"
  ],
  "properties": {
    "style_id": {
      "type": "string",
      "title": "Style Id",
      "description": "ID of the style to make the project's default, from create_style or list_styles"
    },
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "description": "Project ID, as returned by create_project or list_projects"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.framesail/framesail

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