---
name: stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app
description: This host provides a single skill for searching streaming shows by title within a specified country. It returns metadata including streaming availability, cast, genres, ratings, and image sets for matched TV shows or movies.
host: stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app
---

# stable-media-git-ben-upgrade-agentcash-rou-02e093-merit-systems.vercel.app

A narrowly scoped streaming data host that serves agents needing to look up where a known title is available to stream in a given country. It is not a discovery or browsing service; it requires a title as input and returns structured show metadata alongside streaming options.

## When to use this host

Use this host when an agent has a specific show or movie title and needs to find where it is available to stream in a particular country, or needs structured metadata like cast, genres, or episode counts. Do not use it for open-ended content discovery, genre browsing, or trending show lists — a dedicated browse or recommendation endpoint would be more appropriate. It is also not suitable for checking real-time subscription pricing or user account streaming status.

## Capabilities

### Streaming Title Lookup

Searches for a TV show or movie by title in a specified country and returns streaming availability, metadata (cast, genres, ratings, seasons, episode count), and optional image sets.

- **`search-streaming-shows-by-title`** — Searches streaming shows by title within a specified country and returns matching results including metadata, streaming options, cast, genres, ratings, and optional image sets.

## Skill reference

### `search-streaming-shows-by-title`

**Streaming Show Title Search** — Searches streaming shows by title within a specified country and returns matching results including metadata, streaming options, cast, genres, ratings, and optional image sets.

*Use when:* Use when an agent needs to find streaming availability and metadata for a TV show or movie by title in a specific country, such as looking up where to watch a series or retrieving show details like cast, genres, seasons, and episode count.

*Not for:* Do not use for browsing or discovering shows without a known title; use a genre/category browse endpoint instead. Not suitable for real-time pricing or subscription status checks.

**Inputs:**

- `country` (string, required) — ISO 3166-1 alpha-2 country code specifying the country to search streaming availability in.
- `title` (string, required) — Title string to search for among streaming shows.
- `show_type` (string) — Filter results to either movies or series. Allowed values: 'movie', 'series'.
- `series_granularity` (string) — Level of detail for series results. Allowed values: 'show', 'season', 'episode'. Defaults to 'show'.
- `output_language` (string) — ISO 639-1 language code for the language of returned metadata. Defaults to 'en'.
- `include_images` (boolean) — When true, includes poster and backdrop imageSet URLs in the response. Defaults to false, which strips ~70% of payload size.
- `include_audio_subtitles` (boolean) — When true, includes per-option audios[] and subtitles[] arrays in the response. Defaults to false.

**Returns:** Returns a results array of matching shows; each entry includes itemType, showType, id, imdbId, tmdbId, title, overview, firstAirYear, lastAirYear, genres, creators, cast, rating, seasonCount, episodeCount, and optionally imageSet and streaming option audio/subtitle arrays.

**Example:** `{"country": "us", "title": "Stranger Things", "show_type": "series", "series_granularity": "show", "output_language": "en", "include_images": false, "include_audio_subtitles": false}`

---
