Lookup a title across TV and streaming
tv_get_title_detailsLooks up a title across upcoming Romanian TV airings (next N hours, default 48) and the live streaming catalog for Romania (Netflix, HBO Max, Prime Video, Disney+, Apple TV+). Use for queries like "is Avatar on Netflix?", "when does Game of Thrones air next?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title to look up (case/diacritic-insensitive) | |
| include_streaming | No | Also look up the title in Netflix / HBO Max / Prime Video / Disney+ / Apple TV+ catalog for Romania | |
| upcoming_window_hours | No | How far ahead (hours) to scan TV airings |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| streaming | Yes | ||
| tv_airings | Yes | ||
| title_query | Yes | ||
| asked_at_utc | Yes | ||
| streaming_count | Yes | ||
| tv_airings_count | Yes | ||
| upcoming_window_hours | Yes |