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

seerr_issues

Track and resolve media request problems on Seerr by creating, listing, commenting, updating, and deleting issues.

Instructions

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

  • seerr_create_issue(body={}) — Create new issue WRITE: this modifies your Seerr instance.

  • seerr_create_issue_comment(issue_id, body={}) — Create a comment WRITE: this modifies your Seerr instance.

  • seerr_delete_issue(issue_id) — Delete issue DESTRUCTIVE: this deletes data.

  • seerr_delete_issuecomment(comment_id) — Delete issue comment DESTRUCTIVE: this deletes data.

  • seerr_get_issue(issue_id) — Get issue

  • seerr_get_issuecomment(comment_id) — Get issue comment

  • seerr_list_issue(take=None, skip=None, sort='added', filter='open', requested_by=None) — Get all issues

  • seerr_list_issue_count() — Gets issue counts

  • seerr_set_issue_status(issue_id, status) — Update an issue's status WRITE: this modifies your Seerr instance.

  • seerr_update_issuecomment(comment_id, body={}) — Update issue comment WRITE: this modifies your Seerr instance.

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?

Since no annotations exist, the description carries the full burden and explicitly labels write operations with 'WRITE: this modifies your Seerr instance' and destructive operations with 'DESTRUCTIVE: this deletes data'. This is valuable safety information, though it does not cover other behavioral aspects like rate limits or error conditions.

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 bullet list is compact and each line includes the operation signature and a safety flag, earning its place. The opening sentence is slightly awkward, but overall the structure is clear and efficient for a dispatcher tool with ten operations.

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

Completeness3/5

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

For a tool with ten operations and a generic schema, the description enumerates all operations and their parameters, and the output schema covers return values. However, it omits detailed parameter semantics and fails to explain the `arguments` dict pattern, leaving gaps that prevent fully reliable invocation.

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

Parameters2/5

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

The description lists parameter names and defaults (e.g., `body={}`, `take=None`, `filter='open'`) but fails to explain types, allowed values, or meaning of key parameters like `body`, `status`, and `filter`. With schema description coverage at 0%, the agent lacks sufficient detail to correctly construct the `arguments` dict.

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

Purpose4/5

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

The description clearly states it handles 'seerr issues operations' and then enumerates all ten sub-operations (create, delete, get, list, update) for issues and comments. While the opening phrase is awkward and doesn't explicitly contrast with siblings, the enumeration makes the tool's purpose unambiguous.

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?

There is no guidance on when to use this tool instead of siblings like seerr_requests or seerr_media_records. The only instruction is to 'Pass operation and an arguments dict', but no when/when-not context or alternative references are provided.

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