Skip to main content
Glama
nodormu

unreal-mcp-additional-tools

by nodormu

export_asset

Convert Unreal Engine assets into external files. Specify the asset path and output location to create a file on disk.

Instructions

Export an asset to an external file format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_pathYesAsset to export
output_pathYesOutput file path on disk
Behavior2/5

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

No annotations are provided, so the description bears the full burden of explaining behavioral traits. It fails to disclose whether the operation is read-only or potentially destructive (e.g., does it overwrite existing output files?). It doesn't explain what happens on failure, whether directories are created, or any side effects. For a tool that writes to disk, this is a significant transparency gap.

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 a single, focused sentence that is brief and folds into the JSON payload cleanly. It's not verbose and is easily scannable. However, its brevity comes at the cost of missing opportunities for elaboration on nuances like file extension handling, which could be covered in one or two more sentences without becoming bloated.

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?

Given the complexity of the tool as an export operation, the description is underspecified. It lacks details on supported output formats, whether the output file's extension dictates the format, and how it differs from similar file operations. Since there's no output schema and no annotations, the description should carry more weight in explaining return behaviors, but it doesn't.

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?

The schema has 100% parameter description coverage with both parameters described. However, the description itself adds nothing beyond the raw schema. The parameter descriptions are minimal: 'Asset to export' and 'Output file path on disk' provide the bare minimum. Since schema coverage is 100%, the baseline of 3 applies, but the thin descriptions like 'Asset to export' are terse.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Export an asset to an external file format' has a specific verb and resource, and the parameters clarify the user provides an asset path and output path. However, it doesn't distinguish itself from the sibling 'import_asset' beyond the direction of transfer, which is implied. It clearly states the verb 'export' and the resource 'asset,' which is adequate but not exceptional.

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 no context on when to use this tool versus alternatives. Given the broad set of sibling tools including 'import_asset', 'consolidate_assets', 'validate_assets', and 'run_gauntlet', explicit guidance on when to choose export_asset would be valuable. There's no mention of supported file formats, typical use cases, or exclusions.

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/nodormu/unreal-mcp-additional-tools'

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