Skip to main content
Glama
simentob

TMDB MCP Server

by simentob

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tmdb_movie_reviewsA
Get the user reviews for a movie from TMDB.
Args:
    movie_id: The TMDB movie ID (required).
    language: Language code (default: en-US).
    page: Page of results (default: 1).
Returns:
    Formatted string with movie reviews.
tmdb_tv_reviewsA
Get the reviews that have been added to a TV show from TMDB.
Args:
    series_id: The TMDB series ID (required).
    language: Language code (default: en-US).
    page: Page of results (default: 1).
Returns:
    Formatted string with TV show reviews.
tmdb_search_moviesB
Search for movies using the TMDB API.
Args:
    query: The text query to search for (required).
    include_adult: Whether to include adult content (default: False).
    language: Language code (default: en-US).
    page: Page of results (default: 1).
    primary_release_year: Filter by release year (optional).
    region: Filter by region (optional).
    year: Filter by year (optional).
Returns:
    Formatted string with movie search results.
tmdb_multi_searchA
Multi-search for movies, TV shows, and people using the TMDB API.
Args:
    query: The text query to search for (required).
    include_adult: Whether to include adult content (default: False).
    language: Language code (default: en-US).
    page: Page of results (default: 1).
Returns:
    Formatted string with multi-search results.
tmdb_trending_searchA
Get trending movies, TV shows, and people from TMDB.
Args:
    time_window: 'day' or 'week' (default: 'day').
    language: Language code (default: en-US).
Returns:
    Formatted string with trending results.
tmdb_review_detailsB
Retrieve the details of a movie or TV show review from TMDB.
Args:
    review_id: The TMDB review ID (required).
Returns:
    Formatted string with review details.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/simentob/movies-mcp-server'

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