Skip to main content
Glama
NAJEMWEHBE

unreal-ai-connection

inspect_dependency_graph

Walk an asset's dependency graph BFS downward or bidirectionally, deduplicating visited nodes to map asset relationships.

Instructions

Walk the asset dependency graph BFS from a root (dependencies, downward by default). Composes inspect_asset recursively; optionally also follows referencers (upward) for a bidirectional sweep. Distinct from get_reference_chain in that it defaults to direction=down (dependencies, packaging-audit framing) and supports a single bidirectional pass instead of forcing two separate calls. De-duplicates visited nodes across both directions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRoot asset path to walk from.
depthNoBFS depth bound. Default 2, range 1..8 (the bidirectional sweep can produce a vast subgraph past depth 4 in any non-trivial project).
include_referencersNoDefault false. When true, also follow referencers upward in the same BFS; edges record direction ('up' for referencer edges, 'down' for dependency edges).
Behavior4/5

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

Without annotations, the description carries full burden. It explains BFS traversal, depth bound, direction options, de-duplication, and that it composes inspect_asset recursively. Lacks explicit mention of side effects or performance, but for a read operation it is largely transparent.

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

Conciseness5/5

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

Three well-structured sentences: first states main purpose and composition, second distinguishes from sibling, third mentions de-duplication. Every sentence adds unique information, no redundancy.

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 complexity (graph walking, bidirectional), description covers traversal algorithm, parameters, and de-duplication. However, no output schema exists and description does not explain return format (e.g., list of nodes/edges with direction labels). A slight gap.

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?

Schema coverage is 100%, baseline 3. Description adds value beyond schema: explains depth range rationale (1-8, bidirectional sweep can produce vast subgraph past depth 4) and clarifies include_referencers default false and that edges record direction. This enriches parameter understanding.

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 it walks the asset dependency graph BFS from a root, defaulting to dependencies downward, and optionally includes referencers upward. It distinguishes from sibling 'get_reference_chain' by noting defaults and bidirectional sweep capability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly contrasts with 'get_reference_chain' in terms of direction default and enabling a single bidirectional pass versus two separate calls. Also mentions de-duplication across directions, guiding when to use this tool over alternatives.

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/NAJEMWEHBE/unreal-ai-connection'

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