Skip to main content
Glama
suckerfish

Overseerr MCP Server

by suckerfish

search_library

Search your Plex library for movies and TV shows you already own. Matches partial titles to help you locate specific content.

Instructions

Search your Plex library for movies and TV shows you already have.

Use this when a user asks what's in their library or wants to find content they already own. This searches by title substring within Plex, so "dracula" will match "Bram Stoker's Dracula".

To search for new content to request, use search_media instead.

Args: query: Title to search for (substring match) media_type: Optional filter - "movie" or "tv"

Returns: List of matching items from your Plex library with title, year, rating, and type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
media_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the substring matching behavior and gives an example ('dracula' matches 'Bram Stoker's Dracula'), which is crucial for correct use. It also mentions the return fields. It doesn't state read-only nature, but 'search' implies non-mutating.

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

Conciseness4/5

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

The description is well-structured with purpose, usage, alternative, args, and returns sections. It is slightly verbose but every sentence contributes useful information. No fluff.

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

Completeness4/5

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

The tool is simple, and the description covers purpose, usage, parameters, and return values. An output schema exists, so the return details are redundant but helpful. It lacks mention of error handling or edge cases, but these are not critical for a search tool.

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?

The input schema has zero descriptions, but the description fully compensates by explaining both parameters: 'query' as title substring and 'media_type' as an optional filter restricted to 'movie' or 'tv'. This adds clear meaning 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 searches the user's Plex library for movies and TV shows they already have. It uses a specific verb and resource, and explicitly distinguishes itself from search_media for new content.

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

Usage Guidelines5/5

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

Provides explicit usage context ('when a user asks what's in their library or wants to find content they already own') and names the alternative tool (search_media) for new content. This directly guides selection.

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