You're viewing a demo portfolio

Join the waitlist
PRSM

update_project

Active

Tool of com.framesail/framesail

declared in 1.27.2

Patch project fields. Updatable: title, description, asset_mix, sfx_level, video_concept, voice_mix, voice_tts_provider, script_target_minutes, narrator_speed. (The narrator's TTS voice is NOT here — use set_narrator_voice.)

Parameters schema

{
  "type": "object",
  "title": "update_projectArguments",
  "required": [
    "project_id",
    "fields"
  ],
  "properties": {
    "fields": {
      "type": "object",
      "title": "Fields",
      "description": "Partial dict of fields to patch; allowed keys: title, description, asset_mix, sfx_level, video_concept, voice_mix, voice_tts_provider, script_target_minutes, narrator_speed",
      "additionalProperties": true
    },
    "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 →