You're viewing a demo portfolio

Join the waitlist
PRSM

get_by_title

Active

Tool of Omdb

declared in 0.1.0

Fetch a single title by exact name. Returns full record: rated, released, runtime, director, writer, cast, plot, awards, ratings (IMDB / RT / Metacritic), box office, IMDB ID, etc.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "title": "The Shawshank Redemption"
    },
    {
      "plot": "full",
      "type": "series",
      "title": "The Office"
    }
  ],
  "required": [
    "title"
  ],
  "properties": {
    "plot": {
      "enum": [
        "short",
        "full"
      ],
      "type": "string",
      "description": "short | full (default short)"
    },
    "type": {
      "enum": [
        "movie",
        "series",
        "episode"
      ],
      "type": "string",
      "description": "movie | series | episode"
    },
    "year": {
      "type": "number",
      "description": "Optional release-year filter"
    },
    "title": {
      "type": "string",
      "description": "Exact title"
    }
  }
}

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 →
get_by_title — Omdb — PRSM MCP