get_show
ActiveTool of Trakt
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Trakt
https://github.com/pipeworx-io/mcp-trakt
1/7 registries