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