Skip to main content
Glama

Overseerr MCP Server

request_media

Submit requests for movies or TV shows to be added to your media server. Specify media type, TMDB ID, or reference from search results, and select seasons for TV shows.

Instructions

Request a movie or TV show to be added to the media server

Input Schema

NameRequiredDescriptionDefault
mediaIdNoThe TMDB ID of the media item - not needed if using reference
mediaTypeNoType of media (movie or tv) - not needed if using reference
referenceNoReference to a media item from previous search results (e.g., 'first', 'second', '3', 'last')
seasonsNoFor TV shows, specific season numbers to request (leave empty for all seasons)

Input Schema (JSON Schema)

{ "properties": { "mediaId": { "description": "The TMDB ID of the media item - not needed if using reference", "type": "string" }, "mediaType": { "description": "Type of media (movie or tv) - not needed if using reference", "type": "string" }, "reference": { "description": "Reference to a media item from previous search results (e.g., 'first', 'second', '3', 'last')", "type": "string" }, "seasons": { "description": "For TV shows, specific season numbers to request (leave empty for all seasons)", "type": "string" } }, "type": "object" }
Install Server

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/jmagar/overseerr-mcp-server'

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