MCP Movie Assistant
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-moviesC | Search for movies using the TMDB API |
| get-movie-detailsC | Get details for a specific movie using the TMDB API |
| get-trending-moviesC | Get trending movies from the TMDB API |
| get-movie-recommendationsC | Get movie recommendations based on a specific movie using the TMDB API |
| discover-moviesC | Discover movies based on various criteria using the TMDB API |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| plan-movie-night | Create personalized movie recommendations based on genre, mood, and audience. |
| compare-movies | Compare two movies based on ratings, popularity, release information, and other available details. |
| create-watchlist | Create a personalized movie watchlist based on genre, rating, release period, and watchlist size. |
| find-similar-movies | Find movies similar to a selected movie based on genre, story, mood, cast, or other available information. |
| weekend-movie-picks | Create personalized weekend movie recommendations based on mood, audience, and preferred genres. |
| summarize-trending-movies | Retrieve and summarize movies currently trending for the day or week. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: searching, getting details, trending, recommendations, and discovery. No ambiguity between them.
All tool names follow a consistent verb_noun pattern (search-movies, get-movie-details, get-trending-movies, get-movie-recommendations, discover-movies). The use of 'discover' is a minor deviation but still fits the pattern.
With 5 tools, the server is well-scoped for a movie assistant. It covers core functionalities without being too minimal or overwhelming.
The tool set covers essential movie operations: search, details, trending, recommendations, and discovery. Minor gaps like genre lists or ratings could be added, but the core experience is complete.