Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TMDB_ACCESS_TOKEN | Yes | Your TMDB API access token (get one free at https://www.themoviedb.org/settings/api) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_movies | Search for movies by title. Returns a list of movies matching the search query with basic information like title, release date, overview, and rating. |
| get_movie_details | Get detailed information about a specific movie using its TMDB ID. Returns comprehensive details including budget, revenue, runtime, genres, production companies, and more. |
| discover_movies | Discover movies with advanced filters including genre, language, year range, rating, and sorting. Perfect for finding movies that match specific criteria like 'Japanese sci-fi movies from 2020 onwards with rating above 7' or 'Korean dramas with high ratings'. |
| get_recommendations | Get movie recommendations based on a specific movie. Returns similar movies that users who liked the given movie also enjoyed. Great for 'If you liked X, try Y' suggestions. |
| get_trending | Get daily or weekly trending movies, TV shows, or people. Returns what's currently popular on TMDB based on user activity. |
| get_movie_credits | Get cast and crew information for a specific movie. Returns actors with their characters and crew members with their roles/departments. |
| search_tv_shows | Search for TV shows by name. Returns a list of TV shows matching the search query with basic information like name, first air date, overview, and rating. |
| get_tv_details | Get detailed information about a specific TV show using its TMDB ID. Returns comprehensive details including number of seasons, episodes, networks, creators, and more. |
| discover_tv_shows | Discover TV shows with advanced filters including genre, language, year, rating, and sorting. Perfect for finding shows that match specific criteria like 'Korean dramas from 2023 with rating above 7' or 'Japanese anime shows'. |
| get_tv_recommendations | Get TV show recommendations based on a specific show. Returns similar shows that users who liked the given show also enjoyed. |
| get_tv_credits | Get cast and crew information for a specific TV show. Returns actors with their characters and crew members with their roles/departments. |
| search_people | Search for people (actors, directors, producers, crew) by name. Returns basic info including profile photo, known for department, and movies/TV shows they're known for. |
| get_person_details | Get detailed biographical information about a person (actor, director, crew member). Returns full biography, birth info, death date (if applicable), IMDb ID, homepage, and more. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |