Skip to main content
Glama

td_create_macro

Create a macro node from built-in templates like feedback loops or audio reactive effects. Customize name, position, parameters, and enforce parameter safety policies.

Instructions

Instantiate a legacy scaffold; feedback/audio macros are not complete visuals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional name prefix for all nodes created by this macro.
nodeXNoMacro origin X position in the network editor.
nodeYNoMacro origin Y position in the network editor.
paramsNoOverride template parameter defaults with custom values.
macro_typeYesMacro template to create.
parent_pathNoParent COMP path where the macro will be instantiated./project1
param_semantics_policyNoDocs-grounded parameter safety policy for macro parameter writes. 'warn' preserves macro creation with attached warnings; 'block' refuses invalid or high-risk macro param writes before setting them.warn

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate readOnlyHint=false and openWorldHint=true, but the description adds that feedback/audio macros are 'not complete visuals', which is a behavioral trait. However, it does not detail creation behavior, permissions, or side effects beyond this vague warning.

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

Conciseness3/5

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

The description is extremely concise (one sentence) but at the expense of clarity. It is front-loaded but contains jargon and lacks structuring, making it barely adequate.

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?

With 7 parameters, 1 required, and an output schema, the description is too brief. It does not explain macro types, param override behavior, or the param_semantics_policy. Significant gaps remain for a tool of this complexity.

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% with all parameters described. The description adds no additional meaning beyond the schema, so baseline score of 3 is appropriate.

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

Purpose3/5

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

The description says 'Instantiate a legacy scaffold' which implies creating a macro, but 'legacy scaffold' is jargon and not universally understood. It also mentions feedback/audio macros are not complete visuals, adding some context about specific types but not clearly stating the primary purpose.

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?

No explicit guidance on when to use this tool versus alternatives like td_create_node or td_patch_apply. The description does not state prerequisites, context, or when not to use it, making it hard for an agent to select appropriately.

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/dreamrec/TDPilot'

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