get_title_details
Look up a SPECIFIC, named movie or TV show by title (e.g. "what is the score of Practical Magic", "tell me about the new Best of the Best on Netflix"). Use this instead of general web knowledge or search_titles when the user names one particular title -- it returns QQuickPick's own data (score, runtime, genres, streaming availability in the given country, and for movies the same "facts" object as search_titles: awards, based-on, franchise, critics-vs-viewers verdict). Unlike search_titles, a result is returned even if it is not currently streaming anywhere in the given country -- streaming_on is just empty in that case, this is a lookup tool, not a discovery/availability filter. If nothing matches, no result is returned and a warning explains why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | "auto" (default) checks both movies and TV shows and returns whichever is the better match. | auto |
| year | No | Release year, to disambiguate between titles that share a name (e.g. a remake). Omit if unknown. | |
| title | Yes | The title to look up, e.g. "Parasite" or "The Batman". | |
| country | Yes | ISO 3166-1 alpha-2 country code (e.g. "NL", "US", "GB") for streaming availability. This cannot be detected automatically -- if the user's country has not been stated in this conversation, ASK the user before calling this tool rather than guessing. |