Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

connect_niagara_pins

Wire Niagara node output pins to input pins in scratch pad graphs, with automatic rejection of type mismatches.

Instructions

Wire one node's output pin to another node's input pin inside a scratch pad graph.

Connection is validated via UEdGraphSchema_Niagara::TryCreateConnection so type mismatches are rejected cleanly. Identify each side via the (class | index | id) trio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_pinYes
from_pinYes
to_node_idNo
module_nameYes
system_pathYes
from_node_idNo
to_node_classNo
to_node_indexNo
from_node_classNo
from_node_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Mentions validation and clean type mismatch rejection, adding behavioral context. No annotations exist, but description doesn't cover side effects, permissions, or limitations beyond validation.

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?

Three sentences, front-loaded with key action. Each sentence adds value, though could be slightly more streamlined.

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?

Adequate for a tool with many siblings, but lacks explanation of system_path and module_name, and does not describe output. Under-specified for full context.

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?

Explains how to identify pins via (class|index|id) trio, which maps to parameters. Adds significant meaning for those fields, but leaves system_path and module_name unexplained, with 0% schema coverage.

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 the action (wire pins), context (scratch pad graph), and identification method (class|index|id trio). Distinguishes from sibling tools like connect_material_expressions by specifying Niagara.

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?

Provides identification guidance but no explicit when-to-use vs alternatives or prerequisites. Implies usage through context but lacks exclusion criteria.

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/aadeshrao123/Unreal-MCP'

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