Skip to main content
Glama

cleanuparr_create_download_client

Destructive

Create a download client for Cleanuparr with connection settings, credentials, and directory mappings to enable automated media management.

Instructions

Create a download client. DTO includes enabled, name, typeName, type, host, username, password, urlBase, externalUrl, and directory source/target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description only states the action 'create' and lists DTO fields. It does not disclose overwrite behavior, required permissions, failure modes, or success response characteristics. The destructiveHint annotation indicates the operation may be destructive, but the description adds no behavioral context to explain what that means in practice.

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 only two sentences, with the core purpose front-loaded in the first sentence and a compact field list in the second. There is no redundancy or filler material.

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?

The field list helps, but with only one nested parameter and no schema descriptions, an agent still cannot reliably determine which fields are required, how to set different client types, or how directory source/target should be structured. The output schema does not help with input construction. The description carries too little weight given the low schema coverage.

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?

The schema provides only an opaque `client` object with 0% description coverage. The description compensates partially by enumerating the fields (enabled, name, typeName, type, host, username, password, urlBase, externalUrl, directory source/target), but it does not explain each field's format, requiredness, or allowed values, which is critical for constructing a valid request.

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 starts with a specific verb+resource: 'Create a download client.' This clearly distinguishes it from sibling operations like update, delete, test, or list download clients. The following DTO field list further reinforces the resource scope.

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 phrase 'Create a download client' implies the obvious use case, but there is no explicit guidance on when to use this instead of update_download_client, delete_download_client, or test_download_client. No prerequisites or exclusions are mentioned, so only the verb itself suggests usage.

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/SavageCore/cleanuparr-mcp'

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