Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

get_niagara_script_properties

Retrieve the details-panel properties of a Niagara script, including category, description, keywords, and dependency flags.

Instructions

Read the details-panel properties of a Niagara script.

Returns Category, Description, Keywords, ModuleUsageBitmask, ProvidedDependencies, RequiredDependencies, LibraryVisibility, bDeprecated, DeprecationMessage, bExperimental, ExperimentalMessage, NumericOutputTypeSelectionMode, ScriptMetaData, ConversionUtility.

All properties live on FVersionedNiagaraScriptData; output shape matches NiagaraIntrospection::SerializeProperty (kind + value + schema fields).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

With no annotations, the description carries the burden. It lists returned properties and mentions the output shape matches a serialization pattern, but does not disclose potential errors, auth needs, or side effects. It is safe for a read operation.

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 two sentences with a list of properties. It is front-loaded and concise, though the list could be condensed. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema, the description lacks critical usage context for the parameters, no error handling, and no conditional logic. For a tool with three nullable parameters, this is insufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description does not mention any of the three parameters (module_name, script_path, system_path). Users are given no guidance on how to specify which script to target, making the tool nearly unusable without external knowledge.

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?

The description clearly states 'Read the details-panel properties of a Niagara script' and enumerates the returned properties. This distinguishes it from sibling tools like set_niagara_script_properties, though not explicitly.

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 on when to use this tool versus alternatives (e.g., set_niagara_script_properties) or prerequisites. The read nature is implied but not clarified.

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