Get IMDb/RT/Metacritic ratings
get_ratingsRetrieve IMDb, Rotten Tomatoes, and Metacritic ratings for movies and TV shows using an IMDb ID or title with year.
Instructions
Look up IMDb, Rotten Tomatoes and Metacritic ratings from OMDb by IMDb id (preferred, e.g. 'tt0133093') or by title (+ optional year). Prefer get_movie/get_tv when you have a TMDB id — they already include these ratings. Requires OMDB_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |