action rottentomatoes_movies_similar_detailed_info { provider: rottentomatoes method: GET path: "/movies/{id}/similar.json" encoding: json input: { type: "object" properties: { id: { type: "string" } limit: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }