Skip to main content
Glama
SavageCore
by SavageCore

seerr_create_settings_radarr_test

Verify Radarr settings by executing a test write in Seerr, confirming the integration is correctly configured.

Instructions

Test Radarr configuration WRITE: this modifies your Seerr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description adds a notable behavioral warning: although named 'test', it performs a write and modifies the Seerr instance. This complements the annotations (readOnlyHint=false, destructiveHint=false) by clarifying that side effects occur. However, it fails to disclose what exactly gets modified or what the test entails (e.g., sending a test request to Radarr).

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?

One-sentence description that front-loads the key action ('Test Radarr configuration') and the critical caveat ('WRITE: this modifies'). It is concise and to the point, though it could include more detail without becoming verbose.

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

Completeness2/5

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

Given the tool has an output schema and a flexible body parameter, the description still lacks crucial context about what to provide and what the response indicates. It does not explain the test's purpose, expected outcomes, or any prerequisites, making it incomplete for reliable tool selection.

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 input schema has only a single 'body' object with additionalProperties and 0% schema description coverage. The description provides no information about what the body should contain or how to format it, leaving the agent without essential parameter semantics.

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 a specific action: 'Test Radarr configuration' with an explicit warning that it is a WRITE operation that modifies the Seerr instance. This distinguishes it from read-only tools, though it does not explicitly differentiate it from other create_settings_*_test siblings.

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 versus alternatives like seerr_create_settings_radarr or seerr_update_settings_radarr. It does not mention prerequisites, context, or alternative scenarios where this test should be invoked.

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

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