Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

describe_niagara_type

Returns the complete schema for any Niagara type, including enums, structs, and data interfaces. Recursively inspects all Unreal property kinds and provides details like enum entries and editable fields.

Instructions

Return the full schema of any Niagara type — primitive, enum, struct, or data interface.

Built on a generic FProperty introspector, so the output handles every Unreal property kind recursively (bool / int{8,16,32,64} / uint{16,32,64} / float / double / string / name / text / enum / struct / array / map / set / object / class / soft_object / soft_class / interface / delegate). For enums, returns every entry with name + display_name + value + tooltip. For structs, walks every editable field. For data interfaces, returns the full CDO schema.

Args: type: Type identifier — built-in name ("float", "vec3", "Color"), registered Niagara type, UEnum / UScriptStruct path, or UNiagaraDataInterface subclass name (with or without the U prefix).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Without annotations, the description carries the full burden and does well: it reveals the underlying FProperty introspector, the recursive handling of Unreal property kinds, and specifics for enums, structs, and data interfaces. It could mention side effects or performance, but a read-only schema lookup likely has none.

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 purpose first, then details. The list of property kinds is lengthy but relevant. It is concise enough, though could be slightly trimmed without losing value.

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

Completeness5/5

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

The tool has one parameter, no annotations, and an output schema exists. The description adds extra context on recursive property handling and type-specific return details, making it complete for an agent to understand what to expect.

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

Parameters5/5

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

The input schema provides a bare 'type' string property with no description, but the description's Args section fully compensates by detailing acceptable values: built-in names, registered types, UEnum/UScriptStruct paths, and UNiagaraDataInterface subclass names. This adds critical meaning.

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 the tool returns the full schema of any Niagara type, listing supported categories (primitive, enum, struct, data interface). It is specific about what it does, but does not explicitly distinguish from sibling tools like get_niagara_data_interface_schema or get_niagara_system_info.

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?

The description provides a list of supported input types, implying when to use this tool, but it lacks explicit guidance on when not to use it or comparison with alternatives. There is no mention of prerequisites or contextual conditions.

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