← All skills

TV Shows

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.

Use when

You need accurate, current facts about a TV series, its episodes, its cast, a TV actor, or what is airing on a date.

Not for

Movies, where to stream a show or regional availability, aggregated critic ratings, personal watchlists, or plot recaps beyond the provided summary.

What you can do

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

What you get back

information

Returns the facts plus a source link for each item, used to credit the data source and link back. Not a downloadable file.

When it checks with you first

A name could be a show or a person, and the lookup path and result differ.

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/tv/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"Find the show Breaking Bad."}}'

Example requests

  • Find the show Breaking Bad.
  • What shows has Pedro Pascal been in?
  • Give me the full details on Succession.
  • When does The Bear season 4 come out?