You're viewing a demo portfolio

Join the waitlist
PRSM

generate_script

Active

Tool of com.framesail/framesail

declared in 1.27.2

Generate the project's script from its description/concept and the channel's narrative style. Async — returns {job_id}; poll get_workflow_status.

Parameters schema

{
  "type": "object",
  "title": "generate_scriptArguments",
  "required": [
    "project_id"
  ],
  "properties": {
    "model": {
      "type": "string",
      "title": "Model",
      "default": "",
      "description": "Model ID to generate with; empty uses the default (see list_models(\"script\"))"
    },
    "settings": {
      "anyOf": [
        {
          "type": "object",
          "additionalProperties": true
        },
        {
          "type": "null"
        }
      ],
      "title": "Settings",
      "default": null,
      "description": "Model-specific settings; valid keys come from the model's settings_schema in list_models(\"script\")"
    },
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "description": "Project ID, as returned by create_project or list_projects"
    },
    "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(\"script\") for the sections this job exposes"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.framesail/framesail

1/7 registries
View full server →