Get IMDb/RT/Metacritic ratings
get_ratingsFetch IMDb, Rotten Tomatoes, and Metacritic ratings plus awards summary and age rating by IMDb ID or title.
Instructions
Look up IMDb, Rotten Tomatoes and Metacritic ratings, an awards summary (major-award wins/nominations — Oscars, Emmys, Golden Globes, etc.; free text, not a structured count, for the whole film/show, not one person), and OMDb's own age rating (rated), from OMDb by IMDb id (preferred, e.g. 'tt0133093') or by title (+ optional year/type). Prefer get_movie/get_tv when you have a TMDB id — they already include this. Requires OMDB_API_KEY. One of imdb_id or title is required; omitting both returns an error. A no-match lookup is not an error: it returns {found:false, reason}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Restrict a title lookup to this entry type. Verified live: without it, OMDb's own title match can silently prefer one type over another when the exact same title exists as more than one — e.g. a title lookup for 'Chuck' with no `type` returns the 2007 TV series, not the unrelated 2016 movie of the same name, with no signal the movie was ever in contention. Only affects a title lookup; has no effect when imdb_id is given (already unambiguous). | |
| year | No | Year, to disambiguate a title. | |
| title | No | Movie/show title (used when imdb_id is absent). | |
| imdb_id | No | IMDb title id. Takes precedence over title when both are given. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||