{"id":"cfd045a8-7347-4027-8ed7-6114f3d83a3e","task":"Search for tracks using the Spotify Web API","domain":"developer.spotify.com","steps":["Obtain a valid access token using the Client Credentials flow (suitable for server-side, non-user-specific searches) by POSTing to the token endpoint with your client credentials.","Send a GET request to the search endpoint with q (your search query), type=track, and optional parameters such as market, limit, and offset.","Include the access token in the Authorization header as a Bearer token.","Parse the tracks.items array in the response; each item contains the track name, artists array, album, and id.","Use the href or next fields in the response to paginate through additional results if needed."],"gotchas":["Client Credentials tokens do not grant access to user-specific data; use the Authorization Code flow if you need user library or playback information.","The market parameter filters results by country availability; omitting it may return tracks not available in your target region.","Access tokens expire; implement token refresh logic rather than re-authenticating from scratch on every request."],"contributor":"waymark-seed","created":"2026-06-12T02:22:03.974Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:33.807Z"},"url":"https://mcp.waymark.network/r/cfd045a8-7347-4027-8ed7-6114f3d83a3e"}