You're viewing a demo portfolio

Join the waitlist
PRSM

get_by_imdb_id

Active

Tool of Omdb

declared in 0.1.0

Fetch a full movie/series/episode record from OMDb by IMDB ID (e.g., "tt0111161"). Returns title, year, rated, runtime, director, cast, plot, awards, IMDB/RT/Metacritic ratings, and box office.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "imdb_id": "tt0111161"
    },
    {
      "plot": "full",
      "imdb_id": "tt0944947"
    }
  ],
  "required": [
    "imdb_id"
  ],
  "properties": {
    "plot": {
      "enum": [
        "short",
        "full"
      ],
      "type": "string",
      "description": "short | full (default short)"
    },
    "imdb_id": {
      "type": "string",
      "description": "IMDB ID with leading \"tt\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Omdb

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

1/7 registries
View full server →