Skip to main content
Glama

search_imdb

Search for movies on IMDb using titles, genres, ratings, release years, languages, and other filters to find specific films that match your criteria.

Instructions

Search for movies on IMDb. First 5 results are returned. Args: original_title: The original title of the movie to search for. Searches the whole word. original_title_autocomplete: The autocomplete title of the movie to search for. Searches the partial word. primary_title: The primary title of the movie to search for. Searches the whole word. primary_title_autocomplete: The autocomplete primary title of the movie to search for. Searches the partial word. type: The type of the movie to search for. Get all possible types with get_types(). genre: The genre of the movie to search for. Get all possible genres with get_genres(). genres: The genres of the movie to search for. List of Genres. Get all possible genres with get_genres(). is_adult: Whether to include adult movies in the search results. average_rating_from: The minimum average rating of the movie to search for. average_rating_to: The maximum average rating of the movie to search for. num_votes_from: The minimum number of votes of the movie to search for. num_votes_to: The maximum number of votes of the movie to search for. start_year_from: The minimum start year of the movie to search for. start_year_to: The maximum start year of the movie to search for. countries_of_origin: The countries of origin of the movie to search for. In ISO 3166-1 alpha-2 format list of strings. Get all possible countries with get_countries(). spoken_languages: The spoken languages of the movie to search for. In ISO 639-1 format list of strings. Get all possible languages with get_languages(). sort_order: The order of the search results. Possible values: "ASC", "DESC". sort_field: The field to sort the search results by. Possible values: "id", "averageRating", "numVotes", "startYear". Returns: JSON object containing the first 5 search results.

Input Schema

NameRequiredDescriptionDefault
original_titleNo
original_title_autocompleteNo
primary_titleNo
primary_title_autocompleteNo
typeNo
genreNo
genresNo
is_adultNo
average_rating_fromNo
average_rating_toNo
num_votes_fromNo
num_votes_toNo
start_year_fromNo
start_year_toNo
countries_of_originNo
spoken_languagesNo
sort_orderNo
sort_fieldNo

Input Schema (JSON Schema)

{ "properties": { "average_rating_from": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Average Rating From" }, "average_rating_to": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Average Rating To" }, "countries_of_origin": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Countries Of Origin" }, "genre": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Genre" }, "genres": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Genres" }, "is_adult": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Is Adult" }, "num_votes_from": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Num Votes From" }, "num_votes_to": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Num Votes To" }, "original_title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Original Title" }, "original_title_autocomplete": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Original Title Autocomplete" }, "primary_title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Primary Title" }, "primary_title_autocomplete": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Primary Title Autocomplete" }, "sort_field": { "anyOf": [ { "enum": [ "id", "averageRating", "numVotes", "startYear" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort Field" }, "sort_order": { "anyOf": [ { "enum": [ "ASC", "DESC" ], "type": "string" }, { "type": "null" } ], "default": null, "title": "Sort Order" }, "spoken_languages": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Spoken Languages" }, "start_year_from": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Start Year From" }, "start_year_to": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Start Year To" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Type" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uzaysozen/imdb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server