Skip to main content
Glama

cleanuparr_create_seeding_rule

Destructive

Create a seeding rule for a download client, specifying categories, tracker patterns, tag filters, privacy, priority, and ratio/time/seeder limits, with optional deletion of source files.

Instructions

Create a seeding rule. DTO includes name, categories, trackerPatterns, tagsAny/tagsAll, priority, privacyType, ratio/time/seeder limits, and deleteSourceFiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleYes
download_client_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description does not disclose behavioral traits beyond the destructiveHint annotation. It only lists the DTO fields, with no mention of side effects, overwrite behavior, required permissions, or response semantics. With annotations present, the description adds minimal behavioral context.

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 a single, compact sentence that leads with the core action and then lists key fields. There is no redundant wording, and it earns its place.

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 description lacks essential context for invocation: it does not state required fields of the rule object, expected response format, or behavior on duplicate names. Given the nested structure and flexible schema, the agent would have to infer too much, making the description incomplete.

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 0%, so the description must compensate. It does enumerate the rule DTO fields (name, categories, trackerPatterns, etc.), giving some meaning to the 'rule' object. However, it does not explain these fields' semantics or the download_client_id parameter, so compensation is partial.

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 verb 'Create' and the resource 'seeding rule,' making the tool's purpose unambiguous. It distinguishes this from sibling tools like create_queue_rule and update_seeding_rule by naming the specific resource type.

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 no guidance on when to use this tool versus alternatives such as update_seeding_rule or delete_seeding_rule. It does not mention prerequisites, intended use cases, or exclusions, leaving the agent without decision-making support.

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