← Back to all apps

Movie Pick

Entertainmentby Artem Breineng
Launched Mar 27, 2026 on ChatGPT

MoviePick helps you discover movies you'll love. Get personalized recommendations based on your taste, track watched films with ratings, manage your wishlist, and instantly identify movies from Instagram, TikTok, and YouTube links — all within ChatGPT.

11ChatGPT Tools
Artem BreinengDeveloper
EntertainmentCategory

Available Tools

Add To Wishlist

add_to_wishlist
Full Description

Add a movie to the user's wishlist (want to watch later).

Parameters (2 required, 1 optional)
Required
localestring

Language code for movie data (e.g., 'en', 'ru'). Use the language the user is speaking in.

movieobject
Optional
notesstring

Add Watched

add_watched
Full Description

Mark a movie as already watched. Can also set a rating (1-10) at the same time.

Parameters (2 required, 2 optional)
Required
localestring

Language code for movie data (e.g., 'en', 'ru'). Use the language the user is speaking in.

movieobject
Optional
ratingnumber

Movie rating on 1-10 scale

watched_atstring

Check Movies Status

check_movies_status
Full Description

Check if movies are already in user's wishlist or watched list. Returns status for filtering.

Parameters (2 required)
Required
localestring

Language code for movie data (e.g., 'en', 'ru'). Use the language the user is speaking in.

moviesarray

List of movies to check

Display Movies Cards

display_movies_cards
Full Description

Displays movies as interactive cards with posters, ratings, and trailers. Use this tool to visually present movies to the user after retrieving them via list_watched, list_wishlist, extract_url, or web_search.

Parameters (2 required)
Required
localestring

Language code for movie data (e.g., 'en', 'ru'). Use the language the user is speaking in.

moviesarray

List of movies with ENGLISH titles and director names

Extract Url

extract_url
Full Description

Extracts movie information from a URL (Instagram, TikTok, Twitter, etc.). Returns metadata about the identified movie. Pair with display_movies_cards to present the result visually.

Parameters (1 required)
Required
urlstring

The URL to extract metadata from

List Watched

list_watched
Full Description

Retrieves the user's watched movies list with ratings and dates. Returns structured data for analysis. Pair with display_movies_cards to present results visually.

Parameters (1 required, 3 optional)
Required
localestring

Language code for movie data (e.g., 'en', 'ru'). Use the language the user is speaking in.

Optional
order_bystring

Sort order: 'date' for newest first, 'rating' for highest ratings first

Options:daterating
pagenumber
pageSizenumber

List Wishlist

list_wishlist
Full Description

Retrieves the user's wishlist of movies they want to watch. Returns structured data for analysis. Pair with display_movies_cards to present results visually.

Parameters (1 required, 3 optional)
Required
localestring

Language code for movie data (e.g., 'en', 'ru'). Use the language the user is speaking in.

Optional
order_bystring

Sort order: 'date' for recently added, 'priority' for prioritized movies

Options:datepriority
pagenumber
pageSizenumber

Rate Watched

rate_watched
Full Description

Rate a watched movie (1-10 scale). Identify the movie by title (and optionally year).

Parameters (2 required, 2 optional)
Required
ratingnumber
titlestring

Movie title to identify which watched movie to rate

Optional
notesstring
yearnumber

Movie release year (helps disambiguate)

Remove From Wishlist

remove_from_wishlist
Full Description

Remove a movie from the wishlist. Identify the movie by title (and optionally year).

Parameters (1 required, 1 optional)
Required
titlestring

Movie title to remove

Optional
yearnumber

Movie release year (helps disambiguate)

Remove Watched

remove_watched
Full Description

Remove a movie from watched list. Identify the movie by title (and optionally year).

Parameters (1 required, 1 optional)
Required
titlestring

Movie title to remove

Optional
yearnumber

Movie release year (helps disambiguate)

Web Search

web_search
Full Description

Searches the internet for movie information. Returns relevant results. Pair with display_movies_cards to present any movies found visually.

Parameters (1 required)
Required
querystring

The search query