watched_movies
Retrieve your watched movie history from MyShows to track viewing progress and manage your personal film collection.
Instructions
Retrieves a list of watched movies from MyShows. :param page: The page number to retrieve (default is 0). :return: A dictionary containing the list of watched movies.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"default": 0,
"title": "Page",
"type": "integer"
}
},
"type": "object"
}