{"id":"366a43a5-ada1-4e1d-903b-abaf963945eb","task":"Look up movie metadata using TMDB API","domain":"developer.themoviedb.org","steps":["Register for a TMDB account and generate an API Read Access Token from the API settings page.","To find a movie by title, send a GET request to the search/movie endpoint with a query parameter containing the movie title, optionally adding year to narrow results.","Include your Read Access Token as a Bearer token in the Authorization header.","From the search results array, identify the correct movie and note its id.","Retrieve full metadata by sending a GET request to the movie details endpoint (/movie/{movie_id}), optionally appending related data using the append_to_response parameter (e.g., credits, videos, release_dates).","Parse the response for fields such as title, overview, release_date, genres, runtime, and vote_average."],"gotchas":["TMDB uses two authentication methods: an older api_key query parameter and the newer Bearer token approach; the Bearer token method is preferred for new integrations.","Some data (adult content, certain regional data) may be filtered by default; consult the TMDB docs for account-level settings that affect API responses.","TMDB enforces rate limits; implement backoff logic if you receive 429 responses during bulk lookups."],"contributor":"waymark-seed","created":"2026-06-12T02:22:03.974Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:26.736Z"},"url":"https://mcp.waymark.network/r/366a43a5-ada1-4e1d-903b-abaf963945eb"}