Skip to main content
Glama

Overseerr MCP Server

by jhomen368

request_media

Request movies or TV shows through Overseerr for your Plex media library. Submit requests using TMDB IDs, specify seasons for TV content, and configure quality preferences.

Instructions

Request a movie or TV show in Overseerr. For TV shows, you can request specific seasons or all seasons.

Input Schema

NameRequiredDescriptionDefault
mediaTypeYesType of media to request
mediaIdYesTMDB ID of the media
seasonsNoFor TV shows: array of season numbers or "all" (optional)
is4kNoRequest 4K version (default: false)
serverIdNoSpecific server ID (optional)
profileIdNoQuality profile ID (optional)
rootFolderNoRoot folder path (optional)

Input Schema (JSON Schema)

{ "properties": { "is4k": { "default": false, "description": "Request 4K version (default: false)", "type": "boolean" }, "mediaId": { "description": "TMDB ID of the media", "type": "number" }, "mediaType": { "description": "Type of media to request", "enum": [ "movie", "tv" ], "type": "string" }, "profileId": { "description": "Quality profile ID (optional)", "type": "number" }, "rootFolder": { "description": "Root folder path (optional)", "type": "string" }, "seasons": { "description": "For TV shows: array of season numbers or \"all\" (optional)", "oneOf": [ { "items": { "type": "number" }, "type": "array" }, { "enum": [ "all" ], "type": "string" } ] }, "serverId": { "description": "Specific server ID (optional)", "type": "number" } }, "required": [ "mediaType", "mediaId" ], "type": "object" }

Other Tools from Overseerr MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jhomen368/overseerr-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server