get_by_title

Pack: omdb · Endpoint: https://gateway.pipeworx.io/omdb/mcp

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

NameTypeRequiredDescription
titlestringyesExact title
yearnumbernoOptional release-year filter
typestringnomovie | series | episode
plotstringnoshort | full (default short)

Example call

curl -X POST https://gateway.pipeworx.io/omdb/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_by_title","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "omdb": {
      "url": "https://gateway.pipeworx.io/omdb/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026