action thetvdb_get_user_ratings { label: "get_user_ratings" description: "Returns an array of ratings for the given user." provider: thetvdb method: GET path: "/user/ratings" encoding: json output: { type: "object" additionalProperties: true } }