You're viewing a demo portfolio

Join the waitlist
PRSM

get_movie

Active

Tool of Trakt

declared in 0.1.0

Fetch a movie record from Trakt by Trakt ID, slug, or IMDB/TMDB ID. Pass extended="full" to include plot, runtime, genres, rating, certification, and release year.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": "278"
    },
    {
      "id": "tt0133093",
      "extended": "full"
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "trakt ID, slug, or IMDB/TMDB ID"
    },
    "extended": {
      "type": "string",
      "description": "full | metadata | images (default omitted = base record)"
    }
  }
}

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_movie — Trakt — PRSM MCP