Skip to main content
Glama
rollecode

seerr-mcp

by rollecode

list_service_sonarr

Read-onlyIdempotent

Retrieve configured Sonarr servers without exposing sensitive data. Use this to view available Sonarr instances for media management operations.

Instructions

Get non-sensitive Sonarr server list.

GET /api/v1/service/sonarr

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior4/5

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

The description adds the 'non-sensitive' qualifier, which tells the agent that the response omits sensitive fields, and it states the exact GET endpoint. Annotations already cover read-only, idempotent, and non-destructive behavior, so the description adds useful scoping beyond those safe traits.

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?

The description is two short lines with the core purpose front-loaded and the endpoint supplied separately. There is no filler, redundancy, or unnecessary detail.

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

Completeness5/5

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

Given zero parameters, a present output schema, and annotations that fully cover the operation's safety profile, the description is sufficient for an agent to select and invoke this tool correctly. Nothing essential 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?

This tool has zero parameters and the schema reflects that, so there is nothing for the description to clarify. The baseline of 4 applies because no parameter documentation is needed.

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 clearly states the action ('Get') and the resource ('non-sensitive Sonarr server list'), and the endpoint reinforces the scope. This distinguishes it from siblings like get_service_sonarr_by_sonarr_id or list_settings_sonarr without ambiguity.

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 intended use is implied: call this when you need the non-sensitive list of Sonarr servers. However, it does not explicitly compare itself to alternatives such as list_service_radarr or get_service_sonarr_by_sonarr_id, leaving some routing to inference.

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

Deploy Server

Other Tools