get_myshows_recomendations
Retrieve personalized TV show recommendations from your MyShows profile to discover new series based on your viewing preferences.
Instructions
Retrieves recommendations from MyShows. :return: A dictionary containing the recommendations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
self | Yes |
Input Schema (JSON Schema)
{
"properties": {
"self": {
"title": "Self"
}
},
"required": [
"self"
],
"type": "object"
}