Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

trace_niagara_connection

Trace connections from a Niagara node upstream or downstream to see dependency chains with depth information, filtering by pin name if needed.

Instructions

Breadth-first trace of connections from a starting node through the graph.

Answers "what feeds this node?" (upstream) and "where does this node's output go?" (downstream). Each visited node reports its depth, so the dependency chain is visible without dumping the whole graph.

Args: system_path + module_name OR script_path: Graph resolver node_index / node_class / node_id: Starting node identifier direction: "upstream" | "downstream" | "both" (default) max_depth: Max BFS depth (default 8) pin_name: Optional starting-pin filter — only walk links on pins whose name contains this substring (e.g. "Vector Array")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idNo
pin_nameNo
directionNoboth
max_depthNo
node_classNo
node_indexNo
module_nameNo
script_pathNo
system_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description details the BFS algorithm, direction options, max depth, and optional pin filter. However, it lacks information on performance implications, what happens if the starting node doesn't exist, and whether the operation is read-only. Since no annotations are provided, the description carries full burden, but it is adequate but not exhaustive.

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 well-structured with a clear first sentence defining the core operation, followed by a bullet-style list of parameters. It is front-loaded with essential information. Slightly verbose in the parameter examples, but overall efficient.

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 complexity (9 parameters, graph traversal) and the existence of an output schema, the description covers the key aspects: direction, depth, pin filtering, and node identification. It does not specify prerequisites (e.g., open Niagara system) but is sufficient for an agent to understand the tool's function.

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?

With 0% schema description coverage, the description compensates well by explaining the purpose of key parameters (direction, max_depth, pin_name) and the dual identifier system (system_path+module_name OR script_path). The pin_name filter is clearly described. Some parameters like node_index and node_class are listed but not elaborated, keeping it concise.

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?

Clearly states it performs a breadth-first trace of connections from a starting node, explaining upstream/downstream directions. However, it does not explicitly differentiate from the sibling tool trace_material_connection, which serves a similar purpose for material graphs.

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?

Describes the purpose (upstream/downstream analysis) and parameters, but does not provide explicit guidance on when to use this tool over alternatives, nor does it mention when not to use it. The usage context is implied but not directly stated.

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