Skip to main content
Glama

MyShows MCP Server

by zeloras

uncheck_episode

Mark specific TV show episodes as unwatched using episode IDs. Supports single or batch operations to update your MyShows.me viewing status.

Instructions

Unmarks a specific episode as watched by its ID. Supports both single episode ID and list of episode IDs for batch operations.

Input Schema

NameRequiredDescriptionDefault
episode_idYes

Input Schema (JSON Schema)

{ "properties": { "episode_id": { "anyOf": [ { "type": "integer" }, { "items": { "type": "integer" }, "type": "array" } ], "title": "Episode Id" } }, "required": [ "episode_id" ], "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