Skip to main content
Glama

Movie Search MCP Server

by tonderflash
MIT License
141

get_movie_details

Retrieve detailed information about a movie by specifying its IMDb or TMDb ID, using data from OMDb or TMDb APIs. Simplify movie searches with accurate metadata.

Input Schema

NameRequiredDescriptionDefault
idYesMovie ID (IMDB ID or TMDb ID)
sourceNoData source (omdb or tmdb)omdb

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Movie ID (IMDB ID or TMDb ID)", "type": "string" }, "source": { "default": "omdb", "description": "Data source (omdb or tmdb)", "enum": [ "omdb", "tmdb" ], "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Movie Search MCP Server

Related Tools

    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/tonderflash/movie-mcp'

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