You're viewing a demo portfolio

Join the waitlist
PRSM

get_show

Active

Tool of Trakt

declared in 0.1.0

"TV show info for [title]" / "details on [series]" / "how many seasons does [show] have" / "is [show] still on the air" / "[show] genre / runtime / cast" — full TV show record by Trakt ID, slug, or IMDb ID. Pass extended="full" for runtime, genres, cast, rating, airs schedule, network, status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": "1391"
    },
    {
      "id": "breaking-bad",
      "extended": "full"
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "trakt ID, slug, or IMDB/TMDB ID"
    },
    "extended": {
      "type": "string",
      "description": "full | metadata | images"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Trakt

https://github.com/pipeworx-io/mcp-trakt

1/7 registries
View full server →
get_show — Trakt — PRSM MCP