Skip to main content
Glama

Create macro control

create_macro

Add a macro control to a COMP that drives multiple parameters with custom ranges and response curves, enabling one-fader control over complex parameter sets.

Instructions

Add one macro knob (a 0–1 custom parameter) to a COMP that drives many parameters at once, each remapped into its own [min,max] range with an optional response curve — a one-to-many control for sweeping a whole look from a single fader. Targets are bound by expression so they track the macro live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comp_pathNoCOMP that will hold the macro knob (usually a control-panel container)./project1
nameYesMacro control name, e.g. 'Energy' or 'Intensity'.
defaultNoInitial macro value (0–1).
targetsYesParameters this macro drives, each remapped from the macro's 0–1 into [min,max].
Behavior4/5

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

Annotations (readOnlyHint=false, destructiveHint=false, openWorldHint=true) are consistent with the description which adds behavioral details: it adds a macro knob that drives parameters live via expression binding. No contradiction, and the description enriches understanding of the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the key action 'Add one macro knob'. It is efficient and covers the essential concept, though it could be slightly tighter without losing meaning.

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 the tool's complexity (4 parameters, nested array), the description provides sufficient context to understand the macro concept and how targets work. No output schema exists, but that is acceptable for a creation tool; the description explains the function well.

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 coverage is 100%, so baseline is 3. The description reiterates the parameter meanings (e.g., 'each remapped into its own [min,max] range with an optional response curve') but does not add significant new semantic value beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Add' and the resource 'macro knob to a COMP', and explains its purpose: driving many parameters from a single fader. It is specific but does not explicitly distinguish from sibling tools like create_control_panel, so it falls short of a 5.

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 description implies usage ('for sweeping a whole look from a single fader') but does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention when not to use it.

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