Skip to main content
Glama
OrellBuehler

Radarr MCP Server

by OrellBuehler

get_movie_history

Retrieve the complete history for a single movie, including grabs, imports, renames, and failures, to understand why it has its current file.

Instructions

Get the full, unpaged history for one movie: every grab, import, rename and failure. Use this to explain why a movie has the file it has.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
movie_idYesRadarr movie id
event_typeNoOnly this event type

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/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 usefully discloses that the response is 'full, unpaged' and includes all event types including failures. This goes beyond the schema and gives the agent important expectations about completeness and potential payload size.

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?

Two concise sentences with no filler. The key distinguishing facts ('full, unpaged', 'for one movie', event types) appear first, and the purpose statement is a useful second sentence.

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 relatively simple read-only tool with a fully documented schema, the description provides the essential context: scope, completeness, and use case. It does not describe return shape or ordering, but no output schema exists and those details are not essential for correct invocation.

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%, so both parameters are already documented. The description reinforces that movie_id scopes the history to one movie but adds no additional parameter-level detail beyond the schema. Baseline 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 states a specific verb and resource: 'Get the full, unpaged history for one movie.' It further specifies the content ('every grab, import, rename and failure') and gives the intended purpose. This clearly distinguishes it from broader tools like get_history by scoping to a single movie.

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 a clear use case: 'Use this to explain why a movie has the file it has.' This gives an agent strong contextual guidance. It does not explicitly contrast with alternatives or state when not to use it, but the single-movie scoping and purpose are sufficient for most routing decisions.

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