You're viewing a demo portfolio

Join the waitlist
PRSM

remove_segment_sfx

Active

Tool of com.framesail/framesail

declared in 1.27.2

Remove a sound effect from a segment. With one SFX attached, no name needed; with several, pass sfx_name (the asset name shown by get_segment_assets).

Parameters schema

{
  "type": "object",
  "title": "remove_segment_sfxArguments",
  "required": [
    "project_id",
    "segment_number"
  ],
  "properties": {
    "sfx_name": {
      "type": "string",
      "title": "Sfx Name",
      "default": "",
      "description": "Name of the SFX asset to remove, as shown by get_segment_assets; needed only when the segment has several SFX attached"
    },
    "project_id": {
      "type": "string",
      "title": "Project Id",
      "description": "Project ID, as returned by create_project or list_projects"
    },
    "segment_number": {
      "type": "integer",
      "title": "Segment Number",
      "description": "1-based segment number, as reported by get_segments"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.framesail/framesail

1/7 registries
View full server →