Skip to main content
Glama

MyShows MCP Server

by zeloras

get_movie_show_by_id

Retrieve detailed information about a specific movie or TV show using its MyShows ID, including episode lists and season counts for comprehensive viewing management.

Instructions

Retrieves a show or movie by its MyShows ID. :param myshows_item_id: The MyShows ID of the show or movie to retrieve. :return: A dictionary containing the show's details, including episodes and season counts.

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