Integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Search for movies by title or keywords. Input: query (string): Search query. Returns: List of movies with titles, release years, IDs, ratings, and overviews.
Get movie recommendations based on a movie ID. Input: movieId (string): TMDB movie ID. Returns: Top 5 recommended movies with details.
Get trending movies for a specified time window. Input: timeWindow (string): Either 'day' or 'week'. Returns: Top 10 trending movies with details.