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

seerr_system_status

Read-only

Get Seerr system status and appdata volume information for health monitoring and troubleshooting.

Instructions

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

  • seerr_list_status(check_update_available=None) — Get Seerr status

  • seerr_list_status_appdata() — Get application data volume status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already declares the tool as read-only, so the safety profile is covered. The description adds human-readable details about the two read operations, but does not disclose any additional behavioral aspects such as authentication requirements, rate limits, or side effects. It adds minimal value beyond the annotation.

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 efficiently organized as a short introductory sentence followed by a bulleted list of the two operations. Every sentence provides useful information, with no fluff or repetition. It is appropriately front-loaded with the tool's purpose.

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?

The tool is relatively simple, with an existing output schema and an enum-based operation parameter. However, the description does not fully explain the 'arguments' dict parameters, which is a meaningful gap for correct invocation. It is complete enough for a basic status check but leaves room for ambiguity about argument formats.

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?

Schema description coverage is 0%, so the description was expected to compensate. It does explain the 'operation' and 'arguments' structure and lists a single parameter (check_update_available) for one operation. However, it does not document what should go inside the 'arguments' dict for either operation, leaving the most ambiguous parameter undefined. This is insufficient compensation for the low schema coverage.

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 this tool handles 'seerr system status operations' and enumerates two specific sub-operations: 'Get Seerr status' and 'Get application data volume status'. Each sub-operation uses the verb 'Get' with a specific resource, effectively distinguishing this tool from sibling tools like seerr_settings or seerr_users.

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 implies this tool is for checking system status, which gives clear context for when to use it. It doesn't explicitly exclude alternatives or name sibling tools, but the context is clear enough that an agent would know to use this for status operations rather than settings or user management.

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