Overseerr MCP Server

by jmagar
Verified

get_media_details

Get detailed information about a specific movie or TV show

Input Schema

NameRequiredDescriptionDefault
mediaIdNoThe TMDB ID of the media item
mediaTypeNoType of media (movie or tv)
referenceNoReference to a previous search result (e.g., 'first_result', 'last_search', or just 'inception')

Input Schema (JSON Schema)

{ "properties": { "mediaId": { "description": "The TMDB ID of the media item", "type": "string" }, "mediaType": { "description": "Type of media (movie or tv)", "type": "string" }, "reference": { "description": "Reference to a previous search result (e.g., 'first_result', 'last_search', or just 'inception')", "type": "string" } }, "type": "object" }