You're viewing a demo portfolio

Join the waitlist
PRSM

movie

Active

Tool of Tmdb

declared in 0.1.0

Fetch full TMDB movie details by `movie_id`. Returns title, tagline, overview, runtime, genres, release date, budget, revenue, vote average, and production companies. Optionally append credits/videos/images via `append_to_response`.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "movie_id": 550
    },
    {
      "movie_id": 278,
      "append_to_response": "credits,reviews"
    }
  ],
  "required": [
    "movie_id"
  ],
  "properties": {
    "language": {
      "type": "string"
    },
    "movie_id": {
      "type": "number"
    },
    "append_to_response": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tmdb

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

1/7 registries
View full server →