Your agent misremembers episodes, casts, and air dates; this returns real TV metadata and schedules.
Knowledge & Reference
Looks up TV show information: episode schedules, cast, ratings, air dates, and upcoming premieres. Covers thousands of shows across all networks and streaming platforms. Also finds actor profiles, bridges external catalog identifiers, and lists what is airing on any given day.
You need accurate, current facts about a TV series, its episodes, its cast, a TV actor, or what is airing on a date.
Movies, where to stream a show or regional availability, aggregated critic ratings, personal watchlists, or plot recaps beyond the provided summary.
Each is a sub-skill of TV Shows; the router picks the right one for your request.
information
Returns the facts plus a source link for each item, used to credit the data source and link back. Not a downloadable file.
A name could be a show or a person, and the lookup path and result differ.
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/tv/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Find the show Breaking Bad."}}'Example requests