Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

list_niagara_systems

List Niagara System assets from a specified content directory, optionally filtered by name and limited to a maximum number of results.

Instructions

List Niagara System assets in the project.

Args: path: Content Browser directory to search in name_filter: Optional substring filter on asset name max_results: Maximum number of results to return

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo/Game
max_resultsNo
name_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description implies a read-only operation ('List') but does not disclose any additional behavioral traits. Since no annotations exist, the description carries the burden, but it fails to mention possible side effects or performance implications. It is adequate for a simple list operation.

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?

The description is extremely concise: one sentence for the purpose followed by bullet points for parameters. Every part is necessary, and the key information is front-loaded.

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 existence of an output schema, the description does not need to explain return values. It covers what the tool does and the parameters. However, it could mention whether the listing is recursive or scoped to a directory, though the 'path' parameter implies directory scoping.

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?

The input schema has 0% description coverage, so the description compensates by explaining each parameter's purpose (e.g., 'Content Browser directory to search in'). This adds meaningful context beyond the schema's type and default values.

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 uses a specific verb ('List') and resource ('Niagara System assets'), clearly indicating the tool's function. It differentiates from sibling tools like 'list_assets' and 'find_assets' by focusing on Niagara System assets alone.

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 guidance is provided on when to use this tool versus alternatives. With many sibling tools for listing and searching assets, explicit context or comparisons would help the agent choose correctly.

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