user_attended
ActiveTool of Setlist Fm
declared in 0.1.0
Fetch paginated list of concerts a setlist.fm user has marked as attended, by `user_id`. Returns setlists with date, artist, venue, and track list.
Parameters schema
{
"type": "object",
"examples": [
{
"user_id": "john_doe_123"
},
{
"p": 2,
"user_id": "john_doe_123"
}
],
"required": [
"user_id"
],
"properties": {
"p": {
"type": "number"
},
"user_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Setlist Fm
https://github.com/pipeworx-io/mcp-setlist-fm
1/7 registries