Skip to main content
Glama
OrellBuehler

Radarr MCP Server

by OrellBuehler

list_movie_files

Retrieve movie file details including quality, size, languages, and media info by specifying movie IDs, file IDs, or none to list all files.

Instructions

List the media files of one or more movies with quality, size, languages and media info. Pass movie ids, file ids, or neither for every file in the library.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
movie_idsNoRadarr movie ids
movie_file_idsNoSpecific movie file ids

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
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does convey a read-only intent through 'List' and explains the empty-parameter behavior ('neither for every file'), but it does not address what happens when both movie_ids and movie_file_ids are supplied, nor does it describe pagination or response structure.

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 sentences with no fluff. The first sentence fronts the action and result fields; the second covers the three invocation modes. Every word earns its place.

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?

The tool is simple with two optional params and no output schema. The description covers return contents ('quality, size, languages and media info') and filter mechanisms. The only notable gap is the semantics of combining both movie_ids and movie_file_ids, which an agent might reasonably attempt.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the parametters are individually documented. The description adds meaning by clarifying the selection modes: movie ids, file ids, or neither for all files. This goes beyond the plain schema descriptions and helps an agent understand how to use the optional filters.

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: list media files for movies, including quality, size, languages, and media info. This clearly distinguishes it from sibling tools like list_movies or get_movie, which deal with movie metadata rather than files.

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 phrase 'Pass movie ids, file ids, or neither for every file in the library' gives clear practical guidance on how to invoke the tool. It does not explicitly name alternatives or state when not to use it, but the tool's purpose is evident from the description and siblings.

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