Skip to main content
Glama

MyShows MCP Server

by zeloras

set_movie_watch_status

Update the watch status of a movie by its ID, allowing you to mark it as watching, cancelled, watch later, or remove from your list.

Instructions

Sets the watch status of a movie by its ID. :param movie_id: The ID of the movie to set the watch status for. :param status: The watch status to set ( "watching" - watching the movie, "cancelled" - stop watching the movie, "later" - the movie to watch later, "remove" - have not watched the movie yet ) :return: A dictionary containing the result of the operation.

Input Schema

NameRequiredDescriptionDefault
movie_idYes
statusYes

Input Schema (JSON Schema)

{ "properties": { "movie_id": { "title": "Movie Id", "type": "integer" }, "status": { "title": "Status", "type": "string" } }, "required": [ "movie_id", "status" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zeloras/myshows_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server