Skip to main content
Glama

MyShows MCP Server

by zeloras

get_viewed_episodes

Retrieve watched episodes for a TV show using its MyShows ID to track viewing progress and manage your watchlist.

Instructions

Retrieves the viewed episodes of a TV show by its ID. :param myshows_item_id: The ID of the TV show to retrieve episodes for. :return: A dictionary containing the episodes of the TV show.

Input Schema

NameRequiredDescriptionDefault
myshows_item_idYes

Input Schema (JSON Schema)

{ "properties": { "myshows_item_id": { "title": "Myshows Item Id", "type": "integer" } }, "required": [ "myshows_item_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