get_show
ActiveTool of Tvmaze
declared in 0.1.0
Fetch a full show record by TVMaze ID. Optionally embed episodes, cast, seasons, or previous/next episode info for richer responses.
Parameters schema
{
"type": "object",
"examples": [
{
"show_id": 1,
"embed_cast": true,
"embed_episodes": true
},
{
"show_id": 169
}
],
"required": [
"show_id"
],
"properties": {
"show_id": {
"type": "number",
"description": "TVMaze show ID"
},
"embed_cast": {
"type": "boolean",
"description": "Include cast"
},
"embed_seasons": {
"type": "boolean",
"description": "Include season metadata"
},
"embed_episodes": {
"type": "boolean",
"description": "Include full episode list"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tvmaze
https://github.com/pipeworx-io/mcp-tvmaze
1/7 registries