Skip to main content
Glama
rollecode

Prowlarr MCP server

by rollecode

create_applications_testall

Idempotent

Tests all configured applications in Prowlarr at once to verify each connection works correctly.

Instructions

Create Application.

POST /api/v1/applications/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.9/5.0
Behavior2/5

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

Annotations already provide idempotency and non-destructive hints, so the description's burden is lower. However, the description adds no meaningful behavioral detail beyond the endpoint: it fails to say that this tests all configured applications and does not create a persistent application. The phrase "Create Application" is behaviorally inaccurate for a testall endpoint.

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 very short and contains the endpoint, so structure is simple and front-loaded. However, brevity is not valuable when the main content "Create Application" is misleading and the endpoint alone does not explain the operation. Every sentence should add correct value, and this one fails to do so.

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?

With zero parameters and an output schema, the required context is small, but the essential fact—that this is a test-all operation—is missing. An agent cannot correctly decide to call this tool versus the sibling create_applications_test or create_applications based on this description.

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 coverage, so there are no parameter semantics for the description to clarify. The description adds nothing about parameters, but none are needed.

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 Application," but the endpoint and the sibling tool names (create_applications_test, create_applications_testall) indicate this is actually a test-all operation, not an application creation. The verb is misleading and does not distinguish this tool from create_applications or create_applications_test.

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 statement of when to use this tool versus alternatives. It does not mention that this is the "test all applications" variant or contrast it with create_applications_test or create_applications. The misleading "Create Application" description actively sends an agent toward the wrong use case.

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