Overseerr MCP Server

by jmagar
Verified

get_requests

Get a list of media requests from Overseerr

Input Schema

NameRequiredDescriptionDefault
statusNoFilter requests by their status (default: all)

Input Schema (JSON Schema)

{ "properties": { "status": { "description": "Filter requests by their status (default: all)", "type": "string" } }, "type": "object" }