manageSongAttributes
Manage song attributes for efficient organization and filtering in the StreamerSongList MCP Server. Perform actions like get, add, remove, or list attributes to enhance song request management.
Instructions
Get, add, or remove attributes/tags for songs to help with filtering and organization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform on song attributes | |
attributeName | No | Name of the attribute (required for add/remove actions) | |
attributeValue | No | Value of the attribute (optional for add action) | |
songId | No | The song ID (required for get/add/remove actions) |