Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

get_history

Browse and filter Sonarr's grab and import history to see what was grabbed, imported, failed, deleted, or renamed, including the indexer source.

Instructions

Page through the grab and import history — what was grabbed, imported, failed, deleted or renamed, and from which indexer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
sort_keyNoField to sort by, e.g. 'date'
page_sizeNoItems per page (default 10 on the Sonarr side)
episode_idNoOnly history for this episode id
event_typeNoOnly these event types
series_idsNoOnly history for these series ids
download_idNoOnly history for this download client id
include_seriesNoInclude the parent series object
sort_directionNoSort direction
include_episodeNoInclude the episode object

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden, and it does communicate that this is a read-style paginated listing of history events. It adds useful context about the content (grabbed, imported, failed, deleted, renamed, indexer), but it does not disclose any side effects, permission needs, rate limits, or pagination behavior beyond the word 'page through.'

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?

A single, well-structured sentence that immediately states the operation and scope, then enumerates the key covered event types. It is concise without sacrificing necessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and 10 parameters, the description gives a solid high-level overview but leaves gaps: it does not describe the response shape, pagination defaults, or how this history differs from the 'since' and 'series' variants. The schema fills parameter details, yet the description alone is not fully complete for an agent choosing among history-related tools.

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 the schema already documents all 10 parameters thoroughly. The description does not add parameter-level meaning beyond the schema; its mention of event types and indexer aligns with what the schema already enumerates, so the baseline score of 3 is appropriate.

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 clearly identifies the resource (grab and import history) and the operation (page through), and enumerates the event categories covered. It is specific enough to distinguish from most sibling tools, though it does not explicitly differentiate from get_history_since or get_series_history.

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

Usage Guidelines2/5

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

The description gives a clear sense of what the tool returns but offers no guidance on when to use it versus the closely related get_history_since or get_series_history tools. No exclusions, alternatives, or selection criteria are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/sonarr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server