Get compact movie card(s)
get_moviesFetch compact movie cards with title, year, genres, and vote average for 1-20 TMDB IDs in one call. Optionally include IMDb, Rotten Tomatoes, and Metacritic ratings.
Instructions
Get a compact card — title, year, genres, vote average, and (opt-in) ratings — for 1-20 movies by TMDB id in one call. Deliberately trimmed (no overview, cast, budget, certifications, production companies, etc.): use this for a single id too when you only need that headline info and not the full get_movie payload, not just for checking many at once. Call get_movie instead when you need the full details for a title. A bad/unknown id never fails the whole call — that entry comes back {id, found:false, reason} instead, in the same order as ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | TMDB movie ids to fetch (1-20). Get them from search_movies/discover_movies/get_similar/get_movie_recommendations/etc. | |
| region | No | ISO-3166-1 country code for region-specific results (default 'US'). | |
| language | No | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. | |
| include_ratings | No | If true, enrich every card with compact IMDb/Rotten Tomatoes/Metacritic ratings from OMDb (requires OMDB_API_KEY) — one extra OMDb lookup per id, so a large batch means a burst of OMDb calls; mind OMDb's own rate limit. Unlike get_movie/get_tv, defaults to false (off) here. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |