Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TMDB_API_KEY | Yes | Your TMDB API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
movie-review | Create a movie review based on provided details |
movie-recommendation | Get personalized movie recommendations |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
TMDB Info | Information about The Movie Database API |
Trending Movies | Currently trending movies on TMDB |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search-movies | Search for movies by title or keywords |
get-trending | Get trending movies |
get-similar | Get similar movies to a given movie |
get-movie-details | Get detailed information about a specific movie |