get_by_imdb_id

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

Fetch a single title by its IMDB ID (e.g., “tt0111161” = The Shawshank Redemption). Returns full record.

Parameters

NameTypeRequiredDescription
imdb_idstringyesIMDB ID with leading “tt”
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_imdb_id","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