Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

get_niagara_data_interface_schema

Retrieve the editable-property schema for any Niagara Data Interface class. Discover supported fields, types, tooltips, and constraints before configuration.

Instructions

Return the full editable-property schema of a UNiagaraDataInterface subclass.

Walks the CDO via the modular FProperty introspector. Covers every DI: Array{Float,Float2,Float3,Float4,Color,Quat,Position,Matrix}, SkeletalMesh, StaticMesh, Spline, Curve, RenderTarget2D, VolumeTexture, CameraQuery, NeighborGrid3D, Grid2D, Texture, etc.

Each field returns: name, kind, sub-type, display_name, tooltip, category, clamp/UI min/max where present, recursive nested struct schema, enum entries for enum-typed fields, etc. Use to discover what fields a DI supports before configuring or instantiating one.

Args: class_: Class name with or without the "UNiagaraDataInterface" prefix. Examples: "ArrayFloat", "UNiagaraDataInterfaceSkeletalMesh", "Spline", "RenderTarget2D".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
class_Yes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It explains the introspection method ('Walks the CDO via the modular FProperty introspector') and details the returned fields. It clearly indicates a read operation without side effects, though it omits error handling info for invalid class names.

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 summary, details on coverage, return field list, and argument section. It is slightly verbose with the enumeration of DI types but effectively front-loads the purpose. Every sentence adds value with minimal waste.

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 tool's complexity (1 param, output schema exists, no nested objects), the description provides a thorough overview of return fields and usage. However, it lacks details on error conditions (e.g., nonexistent class) and does not mention the output schema structure explicitly.

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 has 0% schema description coverage (no descriptions on parameter properties). The description fully compensates by explaining the class_ parameter, including that the 'UNiagaraDataInterface' prefix is optional, and providing examples. This adds significant meaning beyond the raw schema.

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 explicitly states 'Return the full editable-property schema of a UNiagaraDataInterface subclass', which is a specific verb and resource. It lists many example DI types and distinguishes from sibling tools like list_niagara_data_interfaces by focusing on schema retrieval for a single DI.

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?

The description says 'Use to discover what fields a DI supports before configuring or instantiating one', which implies appropriate context. However, it does not provide explicit when-not-to-use guidance or mention sibling tools like list_niagara_data_interfaces for listing available DIs.

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