search_musicAction
Search musicetu.com for songs, artists, or remixes to download
View tool JSON
{
"name": "search_music",
"kind": "act",
"impl": "declarative",
"description": "Search musicetu.com for songs, artists, or remixes to download",
"inputSchema": {
"type": "object",
"properties": {
"s": {
"type": "string",
"description": "The search keyword, such as a song title, singer name, or music genre in Farsi"
}
},
"required": [
"s"
]
}
}