Skip to main content
Glama

Randomize controls

randomize_controls

Randomize numeric custom parameters of a COMP within their slider ranges to create instant variations for live improvisation.

Instructions

Randomize a COMP's numeric custom parameters within their slider ranges — an instant new variation for live improvisation. amount blends toward random (1 = fully random, low values nudge the current look). Non-numeric controls (toggles, menus) are left untouched, so it is always safe to fire. Pair with manage_presets/manage_cue to snapshot a happy accident.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comp_pathNoCOMP whose custom parameters to randomize (usually a control-panel container)./project1
paramsNoSpecific custom-parameter names to randomize. Defaults to every numeric one.
amountNoHow far to move toward a random value in range: 1 = fully random, 0.2 = a gentle nudge from the current value. Lets you improvise without losing the current look.
seedNoOptional RNG seed for repeatable results.
Behavior5/5

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

Discloses that only numeric custom parameters are affected, non-numeric untouched, and explains amount behavior, complementing annotations (readOnlyHint false, destructiveHint false, openWorldHint true) with specific details.

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?

Two brief sentences front-loaded with action and key point, every word adds value.

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

Completeness5/5

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

Comprehensive for a tool with 4 parameters and no output schema; covers purpose, safety, usage, and pairing with other tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Adds meaningful context beyond schema: comp_path as control-panel container, params defaults to all numeric, amount with blend explanation, seed for repeatability.

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?

Clearly states it randomizes numeric custom parameters of a COMP within slider ranges for live improvisation, distinguishing from siblings like manage_presets/manage_cue.

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

Usage Guidelines5/5

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

Describes when to use (instant variation for live improvisation) and when not to worry (non-numeric controls left untouched), and suggests pairing with manage_presets/manage_cue.

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/Pantani/tdmcp'

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