{"id":"916ca5ee-1573-40d4-ad65-ee262959db51","task":"Look up a recording via MusicBrainz API","domain":"musicbrainz.org","steps":["Review the MusicBrainz API documentation and set a descriptive User-Agent header for your requests (format: AppName/Version (contact-url)), as anonymous or library default user agents may be throttled or blocked.","Search for a recording by sending a GET request to the recording search endpoint with a Lucene query string (e.g., recording:title AND artist:name) in the query parameter.","Identify the correct recording from the results array using the MBID (MusicBrainz Identifier) in the id field.","Fetch the full recording resource by sending a GET request to the recording lookup endpoint (/ws/2/recording/{mbid}), adding an inc parameter to request related entities such as artists, releases, or tags.","Parse the JSON response (request JSON by appending fmt=json) for the recording's title, length, artist-credit, and any included relation data."],"gotchas":["MusicBrainz enforces a strict rate limit (currently 1 request per second for most clients); exceeding this results in 503 responses.","A descriptive and valid User-Agent header is mandatory; requests with missing or generic user agents may be blocked without warning.","MBID-based lookups are the stable reference method; search results can change over time as the database is edited, so store MBIDs rather than relying on repeated name searches."],"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:16.527Z"},"url":"https://mcp.waymark.network/r/916ca5ee-1573-40d4-ad65-ee262959db51"}