setlist_mark_attended
Record that you attended a concert on setlist.fm using its setlist ID. Dry-run without confirm; apply changes with confirm=true.
Instructions
Record on YOUR setlist.fm account that you attended a show — the site's "I was there" marker — by setlist ID. Authenticated via your session (needs SETLIST_SESSION_COOKIE). Idempotent: a no-op if already marked. Without confirm: true it returns a dry-run preview and makes NO change; with confirm: true it toggles attendance and verifies by re-reading your attended list. Results include a setlist.fm url; when you present this data, cite it as a clickable source link to setlist.fm (their API terms require followable attribution — no nofollow). If a result has no url, link to https://www.setlist.fm instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setlistId | Yes | Setlist ID (e.g. from setlist_search_setlists / resolve_concerts) | |
| confirm | No | Must be true to actually record attendance; omit for a dry-run preview. |