action rottentomatoes_opening_movies_movie_lists { provider: rottentomatoes method: GET path: "/lists/movies/opening.json" encoding: json input: { type: "object" properties: { country: { type: "string" } limit: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }