Skip to main content
Glama
OrellBuehler

Radarr MCP Server

by OrellBuehler

list_quality_definitions

View quality definitions and their per-minute size limits to identify why a release was rejected as too small or too large.

Instructions

List quality definitions with their size limits in MB/minute. These are what reject a release as too small or too large.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It clearly indicates this is a read-only listing operation, specifies the output content (size limits in MB/minute), and explains the real-world meaning of the data. This is sufficient for a simple list tool with no visible side-effects or external dependencies.

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 short sentences with no filler. The primary action and resource are front-loaded, and the clarifying note about size limits and release rejection adds meaningful information without unnecessary detail.

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 no-parameter, read-only list operation with no output schema, the description is largely complete: it states what is returned and what the values mean. It does not explicitly state the return format (e.g., an array of objects), but 'List' strongly implies that, and no other usage context is missing.

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?

The tool has zero parameters and the schema has no properties, so there is no parameter documentation burden. The baseline for zero-parameter tools is 4, and the description appropriately focuses on the output semantics instead.

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 uses the specific verb 'List' with a clear resource ('quality definitions') and adds substantive context about size limits and what these definitions do (reject releases as too small/large). It does not explicitly contrast with sibling tools like list_quality_profiles, but 'quality definitions' is distinct enough that an agent can identify the intended resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (when you need quality definitions and their size limits) and explains the purpose of the returned data. However, it does not provide explicit guidance on when not to use it or which sibling tool might be a better fit, so usage context is only implied.

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