smarthome_play_music
verifiedv0.1Start playing music by genre. Simulated demo; registered by the /smart-home page.
Updated 7/11/2026 · Created 7/11/2026
Input Schema
{
"type": "object",
"required": [
"genre"
],
"properties": {
"genre": {
"enum": [
"ambient",
"jazz",
"classical",
"lo-fi",
"nature-sounds"
],
"type": "string",
"description": "Music genre"
}
}
}Full Contract
{
"name": "smarthome_play_music",
"description": "Start playing music by genre. Simulated demo; registered by the /smart-home page.",
"inputSchema": {
"type": "object",
"required": [
"genre"
],
"properties": {
"genre": {
"enum": [
"ambient",
"jazz",
"classical",
"lo-fi",
"nature-sounds"
],
"type": "string",
"description": "Music genre"
}
}
}
}GET /api/tool/agentk.stacktr.ee/smarthome_play_music