Skip to main content
Glama
suckerfish

Overseerr MCP Server

by suckerfish

request_media

Request movies or TV shows to be added to Plex by providing the TMDB ID from search results. Specify seasons for TV shows to complete the request.

Instructions

Request a movie or TV show to be added to Plex.

Use search_media first to find the TMDB ID for the content you want.

For TV shows with multiple seasons, you must specify which seasons to request. Single-season shows are auto-selected.

Args: tmdb_id: TMDB ID of the movie or TV show (from search results) media_type: "movie" or "tv" seasons: For TV shows - comma-separated season numbers (e.g., "1,2,3") or "all"

Returns: Request confirmation with title, status, and request ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonsNo
tmdb_idYes
media_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It explains that this tool submits a request, details the season auto-selection behavior, and discloses the return format. It lacks explicit mention of idempotency or permissions, but for this simple action it is adequately transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with an intro, workflow note, season clarification, parameter list, and return value. Every sentence earns its place, with no redundancy or filler. It is efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for a tool of this complexity: it covers purpose, prerequisites, parameter usage, and return format. Even though an output schema exists, the additional return description is useful. The season handling logic is clearly explained, making the tool fully understandable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description fully compensates by explaining each parameter: tmdb_id's source, media_type's allowed values, and seasons' format with examples. It also clarifies the 'all' option and the auto-selection for single-season shows, adding meaning far beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to request a movie or TV show be added to Plex. The specific verb 'Request' plus the resource 'movie or TV show' distinguishes it from sibling read-oriented tools like get_requests or search_media. The workflow hint to use search_media first reinforces its role.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear prerequisite (use search_media first) and conditional guidance for TV shows with multiple seasons. While it does not explicitly list alternatives or when-not-to-use cases, the context of being the only request-creation tool among siblings makes the usage clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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