Available Tools
search
Searches for movies, TV series, or people on ČSFD. This is typically the first tool you should use to find IDs needed for other tools.Search query - can be a movie title, TV series name, or person name (actor, director, etc.)
movies[]: Array of movie results with IDstvSeries[]: Array of TV series results with IDsusers[]: Array of user profiles
get_movie
Retrieves detailed information about a specific movie or TV series. Requires a ČSFD ID obtained from the search tool.ČSFD Movie ID (found using the ‘search’ tool)
id: Movie IDtitle: Movie titleyear: Release yearrating: ČSFD rating (0-100)genres[]: Array of genresplot: Movie descriptioncreators: Directors, actors, writers, composers, producersposter: Poster image URLvod[]: Available VOD platformspremieres[]: Premiere dates by country- And many more fields…
get_creator
Retrieves information about a specific creator (actor, director, writer, etc.). Requires a ČSFD Creator ID.ČSFD Creator ID (found using the ‘search’ tool)
id: Creator IDname: Full namebio: Biography textbirthday: Date of birthbirthplace: Place of birthfilms[]: Filmography with ratingsphoto: Profile photo URL
get_user_ratings
Retrieves movie ratings from a specific ČSFD user. Returns a list of movies with their user rating (0-5 stars).ČSFD User ID (numeric) or username
Page number to fetch (default: 1)
Fetch all pages at once (use wisely, may be slow)
Delay in milliseconds between page requests when using allPages
Film types to exclude (e.g.
["series", "tv-film"])Only include these film types (e.g.
["film"])title: Movie titleyear: Release yeartype: Content type (film, series, etc.)userRating: User’s rating (1-5 stars)userDate: Date when ratedcolorRating: ČSFD community rating color
get_user_reviews
Retrieves movie reviews written by a specific ČSFD user. Returns a list of movies with their review text and rating.ČSFD User ID (numeric) or username
Page number to fetch (default: 1)
Fetch all pages at once (use wisely, may be slow)
Delay in milliseconds between page requests when using allPages
Film types to exclude (e.g.
["series", "tv-film"])Only include these film types (e.g.
["film"])id: Review IDtitle: Movie titleyear: Release yeartext: Review text contentuserRating: User’s rating (1-5 stars)userDate: Date when reviewedposter: Movie poster URL
get_cinemas
Retrieves cinema screenings for a given district in Czech Republic. Returns a list of cinemas with their current screenings and showtimes.District ID (numeric) or district name
Time period for screenings. Options:
"today", "tomorrow", "weekend", "week", "month"- Cinema name and location
- Movie names and IDs
- Showtimes
- Screening details
Tool Workflow
Typical workflow when using these tools:Search for content
Use
search to find the movie, series, or person you’re interested in. Extract the ID from the results.Get detailed information
Use
get_movie or get_creator with the ID to retrieve comprehensive details.All tools are read-only and idempotent - they don’t modify any data and can be called multiple times safely.
When using
allPages parameter, always include allPagesDelay (recommended: 2000ms) to avoid rate limiting.