Skip to main content
Glama
sam-david

unreal-mcp

by sam-david

consolidate_assets

Replace references from duplicate source assets to a single target asset, consolidating them to reduce clutter and simplify asset management in Unreal Engine.

Instructions

Consolidate duplicate assets — replace references from source assets to a target asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_pathYesTarget asset path to keep
source_pathsYesSource asset paths to consolidate into target
Behavior3/5

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

The description discloses the key behavior of replacing references from source assets to a target asset, which adds value. However, with no annotations provided, it does not mention whether source assets are deleted, if the operation is reversible, or any other side effects, leaving a transparency gap for a mutating tool.

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 a single, well-structured sentence that conveys the core purpose and behavior without unnecessary words.

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 is simple with two well-documented parameters, but the description does not cover important contextual aspects such as return values, source asset fate, or potential side effects. Given no output schema and no annotations, this is a moderate gap.

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

Parameters3/5

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

Schema description coverage is 100% with clear descriptions for both target_path and source_paths. The description itself adds no additional parameter detail, so the baseline score of 3 is appropriate.

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 clearly states the tool's function with a specific verb ('Consolidate') and resource ('duplicate assets'), and distinguishes it from siblings like delete_asset, rename_asset, and duplicate_asset by explaining the reference replacement behavior.

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 usage context is implied (consolidating duplicate assets), but there is no explicit guidance on when to use this tool versus alternatives such as delete_asset or rename_asset, nor any mention of prerequisites or workflows.

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/sam-david/unreal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server