searchSongs
Find songs in the database by title, artist, or genre, with options to filter results, set limits, and paginate for efficient querying on the StreamerSongList MCP Server.
Instructions
Search the song database with various filters and criteria
Input Schema
Name | Required | Description | Default |
---|---|---|---|
artist | No | Filter by specific artist name | |
genre | No | Filter by music genre | |
limit | No | Maximum number of songs to return (default: 50) | |
offset | No | Number of songs to skip for pagination (default: 0) | |
query | No | Search query for song title or artist |