Skip to main content
Glama
OrellBuehler

Radarr MCP Server

by OrellBuehler

mark_history_failed

Mark a grabbed history item as failed to blocklist the release and trigger a replacement search if the movie is still monitored.

Instructions

Mark a grabbed history record as failed. Radarr blocklists the release and, if the movie is still monitored, searches for a replacement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesHistory record id (from get_history)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose important side effects: the release is blocklisted and a replacement is searched if the movie is still monitored. However, it does not mention permissions, idempotency, or what response to expect, so the behavioral transparency is incomplete.

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 two concise sentences with no filler. The primary action is stated first, followed by the consequential behavior. Every sentence contributes useful information.

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?

For a simple one-parameter tool with no output schema, the description is largely complete: it states what the tool does and its side effects. It could mention expected response behavior, but the tool is simple enough that this is not a major gap.

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?

Schema description coverage is 100%, and the single 'id' parameter is already described as 'History record id (from get_history)'. The tool description adds no additional meaning beyond the schema, so the baseline of 3 is appropriate.

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 the action ('Mark a grabbed history record as failed') and the resource involved. It effectively distinguishes this tool from read-only siblings like get_history by indicating a state-changing operation on a history record.

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 provides clear context: use this when a grabbed history record should be marked as failed. It does not explicitly name alternatives or when-not-to-use conditions, but no sibling tool performs a similar action, so the usage intent is reasonably clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/OrellBuehler/radarr-mcp'

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