get_by_imdb_id
ActiveTool 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\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Omdb
https://github.com/pipeworx-io/mcp-omdb
1/7 registries