Your agent confuses artists, releases, and IDs; this returns real music metadata with stable identifiers.
Knowledge & Reference
Looks up music metadata for songs, albums, and artists, including discographies, tracklists, band members, and songwriting credits. Each result carries a stable identifier so you can drill down from an artist to their albums or from an album to its individual tracks.
You need authoritative music facts, like a discography, tracklist, band members, or who wrote a song.
Playing or streaming audio, previews, lyrics, charts, sales or stream counts, playlists, or audio fingerprinting.
Each is a sub-skill of Music Metadata; the router picks the right one for your request.
information
Returns clean music records with a stable identifier on each, plus the requested relationships. Not audio, lyrics, or a downloadable file.
A common title matches several entries and the performing artist is not given.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/music/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Who is the artist Miles Davis?"}}'Example requests