action thetvdb_get_user_ratings_query { label: "get_user_ratings_query" description: "Returns an array of ratings for a given user that match the query." provider: thetvdb method: GET path: "/user/ratings/query" encoding: json output: { type: "object" additionalProperties: true } }