Skip to main content
Glama
Fannon

u-he-preset-randomizer-mcp

select_synth

Select a u-he synthesizer and load its preset library. Use optional glob patterns to filter presets for faster loading with large libraries.

Instructions

Select a synth and load its preset library. MUST be called before other preset tools. Optional pattern filters which presets are loaded (for faster loading with large libraries). Trade-off: filtered loading is faster but limits subsequent operations to only those presets until reloaded. Omit pattern for full library access (recommended unless library is very large). Known synth options include: ACE, Bazille, Diva, Hive, Repro-1, Repro-5, Zebra2, ZebraHZ, Zebralette3, Zebra3, TyrellN6, Podolski, TripleCheese, TestSynth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
synthYesName of the synth to select (e.g., "Diva", "Zebra3", "Hive")
patternNoOptional glob pattern to filter loaded presets (e.g., "Bass/**/*", "**/*Pad*"). Use for faster loading with large libraries (3000+ presets). Omit to load all presets (default, recommended). To switch between filtered/full, call again with/without pattern.
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses the trade-off of pattern filtering (faster loading vs. limited subsequent operations) and lists known synth options. However, it omits details about error handling, persistence of selection across sessions, or side effects like unloading previous presets.

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 concise and well-structured: first sentence states purpose and requirement, second sentence explains the optional pattern and trade-off, followed by a bullet list of known synths. No unnecessary verbiage; every sentence earns its place.

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

Completeness3/5

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

The description lacks information about the output or return value (no output schema exists). It does not explain what happens after selection (e.g., presets loaded into context, potential side effects like unloading previous synth's presets). Given the complexity and reliance on this tool by siblings, more completeness is needed.

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 already covers both parameters with 100% description coverage. The description adds value by providing usage context for the pattern parameter (glob pattern example, trade-off explanation) and listing all known synth values in text, enhancing the schema's enum.

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 'Select a synth and load its preset library' and distinguishes itself from sibling tools like list_synths (which only lists synths) and get_current_synth (which gets current selection). It also notes that it must be called before other preset tools, reinforcing its unique role.

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 explicitly states 'MUST be called before other preset tools' and explains when to use the pattern parameter (for faster loading with large libraries) vs. omitting it (recommended for full access). It provides clear context but does not explicitly exclude alternatives or mention when not to use the tool.

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