Skip to main content
Glama
OrellBuehler

Radarr MCP Server

by OrellBuehler

get_logs

Page through Radarr logs newest first. Filter by level to identify the error behind failed grabs or imports.

Instructions

Page through Radarr's log entries, newest first. Filter by level to find the error behind a failed grab or import.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
levelNoOnly entries at this level
page_sizeNoEntries per page (default 20)
sort_directionNo

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 provided, the description carries the behavioral burden. It does disclose pagination, ordering, and filtering behavior. However, it does not mention output format, default behavior, or any non-obvious side effects, leaving some room for improvement.

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, front-loaded sentences convey the resource, ordering, and a practical filtering use case without waste. Every phrase 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 description is complete enough for a paginated log-reading tool: it captures pagination, ordering, filtering, and a motivating scenario. It does not describe the response shape, but the lack of an output schema is partially mitigated by the simplicity of the operation and the clear input schema.

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 75%, and the description adds purpose to 'page' and 'level' by connecting them to the log-review workflow. However, it does not explicitly explain page_size or sort_direction, and with no output schema the parameter context is only partially enriched.

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 ('Page through'), a clear resource ('Radarr's log entries'), and key ordering ('newest first'). It also explains the filtering purpose, making it easy to distinguish from the unrelated sibling tools on the list.

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 concrete use case: filtering by level to find the error behind a failed grab or import. It does not mention exclusions or alternatives, but no direct alternative exists among the siblings, so the guidance is sufficient for typical selection.

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