Skip to main content
Glama
OrellBuehler

Radarr MCP Server

by OrellBuehler

grab_queue_items

Force pending Radarr queue items to import immediately, overriding delay profiles that hold releases.

Instructions

Force Radarr to import queue items that are waiting in the 'pending' state (for example releases held by a delay profile).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesQueue item ids (from get_queue)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It clearly states the forced import behavior and the target condition, but it does not mention side effects, whether the operation is asynchronous, or what happens to the queue item after grabbing. This is adequate but not richly transparent for a mutating action.

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 a single, focused sentence that leads with the action, specifies the resource and state, and includes a helpful example. There is no filler or redundant 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 one-parameter action tool with no annotations and no output schema, the description covers the main invocation context: what to force, which items apply, and an example trigger condition. It could mention expected return values or side effects, but the core information an agent needs to select and call it is present.

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 coverage is 100% and the only parameter, 'ids', is already described as 'Queue item ids (from get_queue)'. The description adds the pending-state constraint, but the schema already handles the essential meaning, 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.

Purpose5/5

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

The description clearly identifies the action ('Force Radarr to import'), the resource ('queue items'), and the specific state ('waiting in the pending state'). It also gives a concrete example, making it easy to distinguish from siblings like remove_queue_items or get_queue.

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 for when this tool is relevant: when queue items are stuck in pending state, such as due to a delay profile. It does not explicitly name alternatives or exclusions, but the context is specific enough to route an agent toward this tool.

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