Skip to main content
Glama

Movie Search MCP Server

by tonderflash
MIT License
4

get_movie_details

Fetch detailed information about a movie using its IMDB or TMDb ID, sourced from OMDb or TMDb APIs, to access key data for analysis or integration.

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