lookup_tmdb
Search a film title on TMDB to obtain its ID, used for adding enriched film details to the archive.
Instructions
Search TMDB for a film, to get the tmdb_id that create_film enriches from.
This goes through the site, which holds the TMDB key, so no key is needed here. Needs an application password.
Args: query: Film title to search for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |