artist_setlists
ActiveTool of Setlist Fm
declared in 0.1.0
Fetch paginated setlists for a specific artist identified by MusicBrainz ID (`mbid`). Returns setlists with date, venue, city, and track lists.
Parameters schema
{
"type": "object",
"examples": [
{
"mbid": "79239b12-edad-4280-a524-8344d868a69e"
},
{
"p": 2,
"mbid": "79239b12-edad-4280-a524-8344d868a69e"
}
],
"required": [
"mbid"
],
"properties": {
"p": {
"type": "number"
},
"mbid": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Setlist Fm
https://github.com/pipeworx-io/mcp-setlist-fm
1/7 registries