Skip to main content
Glama

MyShows MCP Server

by zeloras

search_shows

Search for TV shows and movies on MyShows using keywords, with optional filters for year and pagination to find specific content.

Instructions

Searches for TV shows/movies on MyShows by a query and optional year. :param query: The search query string. :param year: Optional year to filter the search results. :param page: The page number to retrieve (default is 0). :return: A dictionary containing the search results.

Input Schema

NameRequiredDescriptionDefault
pageNo
queryYes
yearNo

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 0, "title": "Page", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "year": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Year" } }, "required": [ "query" ], "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