Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

remove_mass_config_trait

Remove a specific trait from a Mass Entity Config asset by index or class name, preserving other traits.

Instructions

Remove a single trait from a Mass Entity Config without affecting other traits.

Identify the trait by EITHER trait_index OR trait_class (not both required).

Args: asset_path: Path to MassEntityConfigAsset trait_index: Index of the trait to remove trait_class: Class name or full path (e.g. "MassMovementTrait")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_pathYes
trait_classNo
trait_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that only one trait is removed without affecting others, which is helpful. However, it does not disclose behavior when the trait does not exist, what happens if both identifiers are provided (though implied not to), or any permission requirements or error states.

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 highly concise: two sentences upfront stating the purpose and key constraint, followed by a brief args list in a standard format. Every sentence adds value, and the most important information is front-loaded.

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

Completeness3/5

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

The tool has 3 parameters with no output schema described, but the context indicates an output schema exists. The description does not mention return values or behavior on failure (e.g., trait not found). Given the tool's simplicity and the presence of an output schema, this is a minor gap but the description could still be more complete.

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 description adds significant meaning beyond the input schema by explaining that trait_index and trait_class are alternative identifiers and providing an example for trait_class. This is especially valuable given the schema itself has no descriptions (0% coverage). The description covers all three parameters adequately.

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 action ('Remove a single trait') and the target resource ('Mass Entity Config'). It specifies that it does not affect other traits, adding precision. While it distinguishes from siblings like 'add_mass_config_trait' implicitly, it does not explicitly contrast with 'set_mass_config_trait_property' or 'get_mass_config_traits'.

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

Usage Guidelines4/5

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

The description provides clear usage guidelines on how to identify the trait ('by EITHER trait_index OR trait_class (not both required)') and includes an example for trait_class. It does not, however, give guidance on when to use this tool versus alternatives or handle cases where both identifiers are provided.

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