action rottentomatoes_upcoming_movies_movie_lists { provider: rottentomatoes method: GET path: "/lists/movies/upcoming.json" encoding: json input: { type: "object" properties: { country: { type: "string" } page: { type: "string" } page_limit: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }