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