browse_audio_library
ActiveTool of com.framesail/framesail
declared in 1.27.2
Browse the audio library for background music and sound effects. category: "music" | "sfx". Returns track ids for add_music_track / add_segment_sfx.
Parameters schema
{
"type": "object",
"title": "browse_audio_libraryArguments",
"properties": {
"mood": {
"type": "string",
"title": "Mood",
"default": "",
"description": "Filter by the track's mood tag; empty for no filter"
},
"genre": {
"type": "string",
"title": "Genre",
"default": "",
"description": "Filter by the track's genre tag; empty for no filter"
},
"search": {
"type": "string",
"title": "Search",
"default": "",
"description": "Free-text search over track names/descriptions; empty for no filter"
},
"category": {
"type": "string",
"title": "Category",
"default": "",
"description": "Track kind: \"music\" (background tracks) or \"sfx\" (sound effects); empty returns both"
}
}
}Parent server
com.framesail/framesail
1/7 registries