Skip to main content
Glama
Fannon

u-he-preset-randomizer-mcp

randomize_presets

Generate random variations of existing presets by modifying their parameters. Select source presets by name, pattern, author, or category, and control randomness level and number of variations.

Instructions

Create variations of existing presets by randomly modifying their parameters (0-100% randomness). Select source presets by preset_names, pattern, author, or category. IMPORTANT: 'amount' is per source preset (1 preset + amount=4 → 4 files; 10 presets + amount=2 → 20 files). Generated variations are automatically added to the library. Defaults to 16 variations per preset and 50% randomness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoNumber of variations to generate per base preset. Defaults to 16.
authorNoFilter source presets by author name (exact match). Alternative to preset_names/pattern.
stableNoUse stable randomization (randomizes per-section). Defaults to true.
patternNoPath substring to filter presets (e.g., "Bass/**/*"). Alternative to preset_names.
categoryNoFilter source presets by category prefix (e.g., "Bass", "Bass:Sub"). Alternative to preset_names/pattern.
randomnessNoPercentage of randomness to apply (0-100). 0 = no change, 100 = completely random. Defaults to 50.
preset_namesNoNames of presets to randomize (without .h2p extension). Can specify multiple.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that generated variations are 'automatically added to the library' (side effect), explains the amount scaling, and mentions defaults. It does not describe auth needs or destructive potential, but the mutation is non-destructive.

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?

Four sentences are concise and well-structured: action, selection methods, important note, defaults. Every sentence adds value with no redundancy.

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

Completeness4/5

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

Given 7 parameters, no output schema, and no annotations, the description covers purpose, selection, scaling, and defaults. It could mention the 'stable' parameter, but the schema already describes it. Overall sufficient for correct invocation.

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?

Schema coverage is 100%, but description adds meaning: clarifies that 'amount' is per source preset, defaults (16 variations, 50% randomness), and that preset_names exclude '.h2p' extension. This goes beyond the schema descriptions.

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 'Create variations of existing presets by randomly modifying their parameters', specifying the action and resource. It distinguishes from siblings like 'generate_random_presets' (which likely creates from scratch) and 'merge_presets'.

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

Usage Guidelines4/5

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

The description explains how to select source presets (by name, pattern, author, category) and includes an important note about the amount parameter scaling per preset. However, it does not explicitly state when not to use this tool or compare to alternatives like 'merge_presets'.

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/Fannon/u-he-preset-randomizer'

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