Skip to main content
Glama
rollecode

Radarr MCP server

by rollecode

create_indexer_testall

Idempotent

Runs connectivity tests on all configured indexers to verify they are working. Alerts you to any that fail, helping ensure reliable movie searches.

Instructions

Create Indexer.

POST /api/v3/indexer/testall

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

D1.7/5.0
Behavior1/5

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

The description provides no behavioral transparency beyond the misleading 'Create Indexer.' label. It does not explain that this is a test-all operation, whether it modifies stored configuration, or what kind of results it returns. Annotations are not directly contradicted, but the description adds no useful behavioral context and misrepresents the endpoint's purpose.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, but the primary sentence 'Create Indexer.' is inaccurate and generic. The endpoint line is the only useful signal, so this is under-specification rather than effective conciseness.

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

Completeness2/5

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

Although the tool has no parameters and an output schema exists, the description still omits the essential context that this endpoint tests all indexers. An agent cannot understand what action is performed, when to call it, or how it differs from create_indexer_test, leaving the endpoint path and sibling names as the only clues.

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 input schema has zero parameters and 100% schema description coverage, so there is no parameter detail for the description to add. The 0-parameter baseline applies; no additional parameter semantics are required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says 'Create Indexer.' but the tool name and endpoint /api/v3/indexer/testall indicate this is a test-all action, not a create action. It never mentions testing, and it does not distinguish itself from create_indexer or create_indexer_test, making the stated purpose actively misleading.

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

Usage Guidelines1/5

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

There is no guidance about when to use this tool versus siblings like create_indexer, create_indexer_test, or other *_testall tools. No context, prerequisites, alternatives, or exclusions are provided.

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