Skip to main content
Glama

ue_attach_actor

Attach a child actor to a parent to compose scenes; moving the parent moves the child. Use sockets and attach rules to define relative alignment (keep world, keep relative, snap to target).

Instructions

Aggancia un attore a un altro: muovendo il padre si muove il figlio.

È il modo in cui si compone una scena (le luci a un lampione, le casse su un pallet) invece di lasciare oggetti slegati da riposizionare uno per uno.

Args: child_label: label dell'attore da agganciare. parent_label: label dell'attore padre. socket: nome del socket sul padre, se ne ha. attach_rule: "KEEP_WORLD" (resta dov'è), "KEEP_RELATIVE" o "SNAP_TO_TARGET" (si allinea al padre).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
socketNo
attach_ruleNoKEEP_WORLD
child_labelYes
parent_labelYes
Behavior3/5

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

No annotations provided, so the description carries full burden. It discloses that moving parent moves child, and explains attach rules controlling initial position. However, it does not cover failure modes, permissions, or effects on existing children.

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 efficient: one sentence for purpose, one for usage context, then a list of args. No redundant information. It is well-structured for quick comprehension.

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?

For a tool with 4 parameters and no output schema, the description covers purpose, usage, and parameter meanings adequately. It does not address error conditions, prerequisites (e.g., actors in same level), or detailed behavior for each attach rule, but is sufficient for common use.

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 description coverage is 0%, so the description must explain all parameters. It describes child_label, parent_label, socket, and attach_rule with examples. However, it does not explain the KEEP_RELATIVE attach rule, leaving one parameter's semantics incomplete.

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 the verb 'Aggancia' (attaches) and resource 'attore' (actor), explains the effect (moving parent moves child), and gives real-world examples (lights to lamppost). It distinguishes from sibling 'ue_detach_actor' by its nature of composing scenes.

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 says this is for composing scenes instead of leaving objects unbound, implying when to use. It does not mention exclusions or prerequisites, but the sibling 'ue_detach_actor' implicitly provides the alternative use case.

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/FFZackFair92/unreal-engine-mcp'

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