Skip to main content
Glama
arr-mcps
by arr-mcps

seerr_watchlist

Add media to your Seerr watchlist or delete entries from it. Manage watchlist items with create and delete operations.

Instructions

seerr watchlist operations on Seerr. Pass operation and an arguments dict matching that operation's parameters.

  • seerr_create_watchlist(body={}) — Add media to watchlist WRITE: this modifies your Seerr instance.

  • seerr_delete_watchlist(tmdb_id, media_type) — Delete watchlist item DESTRUCTIVE: this deletes data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It explicitly marks seerr_create_watchlist as 'WRITE: this modifies your Seerr instance' and seerr_delete_watchlist as 'DESTRUCTIVE: this deletes data,' which effectively communicates the safety profile and side effects of each operation.

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 compact and front-loaded with the core purpose. The two bullet points are direct and informative without unnecessary detail. Both write and destructive flags are integrated cleanly. Every sentence contributes to understanding.

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?

Given that an output schema exists, the description doesn't need to explain return values. It covers the dispatch pattern (operation + arguments), lists both supported operations with their parameter signatures, and includes safety flags. Minor gaps remain around expected parameter formats, but the core usage is well covered for a two-operation dispatcher.

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

Parameters3/5

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

The input schema provides only generic operation and arguments fields with 0% schema description coverage. The description compensates by listing operation signatures (e.g., seerr_create_watchlist(body={}) and seerr_delete_watchlist(tmdb_id, media_type)), which names the parameters. However, it does not explain what values these parameters should take or their format, leaving significant gaps.

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 that this tool handles 'seerr watchlist operations' and explicitly lists the two operations: create and delete watchlist items. Each operation has a specific verb and resource, making it easy to distinguish from sibling tools like seerr_requests or seerr_discover.

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

Usage Guidelines2/5

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

The description does not explicitly state when to use this tool versus alternatives such as seerr_requests or seerr_discover. It implies usage through the operation names, but there is no guidance on scenarios where the watchlist tool is the appropriate choice compared to other media-management tools.

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/arr-mcps/seerr-mcp'

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