Skip to main content
Glama

MyShows MCP Server

by zeloras

check_episode

Mark TV show episodes as watched by providing episode IDs, supporting both individual episodes and batch operations for efficient viewing management.

Instructions

Marks 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