← All skills

Music Metadata

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.

Use when

You need authoritative music facts, like a discography, tracklist, band members, or who wrote a song.

Not for

Playing or streaming audio, previews, lyrics, charts, sales or stream counts, playlists, or audio fingerprinting.

What you can do

Each is a sub-skill of Music Metadata; the router picks the right one for your request.

What you get back

information

Returns clean music records with a stable identifier on each, plus the requested relationships. Not audio, lyrics, or a downloadable file.

When it checks with you first

A common title matches several entries and the performing artist is not given.

Run it

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

  • Who is the artist Miles Davis?
  • What albums did David Bowie release?