Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

import_assets_batch

Import multiple files into the Unreal Engine Content Browser in one batch. Provide explicit file paths or scan a folder with optional file extensions.

Instructions

Import multiple files into the Content Browser in one batch.

Provide EITHER 'files' (explicit list) OR 'source_directory' (scan a folder).

Args: destination_path: Content Browser destination (e.g. "/Game/Textures") files: List of absolute file paths to import source_directory: Absolute path to a folder — all matching files will be imported extensions: File extensions to include when scanning a directory (e.g. ["png", "jpg", "fbx"]). If omitted with source_directory, all files are imported. replace_existing: Overwrite existing assets (default True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNo
extensionsNo
destination_pathYes
replace_existingNo
source_directoryNo

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 the full burden. It discloses the two input modes, defaults (replace_existing=True, extensions omitted means all files), and the destination path format. It implies write/destructive behavior (overwrite) but does not detail error handling or side effects. Still, it provides adequate behavioral context for a batch import.

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 efficiently structured: a one-line summary, a bullet for the either/or requirement, and a clean 'Args:' section. Every sentence adds value, with no redundancy or filler. It is front-loaded with the core purpose and usage pattern.

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 complexity (5 parameters, two modes, batch operation), the description covers the key aspects: mutual exclusivity, filtering, overwrite behavior. It lacks explanation of return values (output schema exists but is not mentioned) and prerequisites (e.g., file existence). Still, it is sufficient for an agent to use the tool correctly in most cases.

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?

Schema coverage is 0%, so the description must compensate. It defines each parameter's purpose and usage: 'files: List of absolute file paths', 'source_directory: Absolute path to a folder', 'extensions: File extensions to include when scanning', etc. This adds significant value beyond the raw schema, making parameter selection clear.

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 starts with a clear verb+resource: 'Import multiple files into the Content Browser in one batch.' It distinguishes from siblings like 'import_asset' by explicitly stating 'batch' and two distinct modes (files list vs. directory scan). This sets it apart from single-asset import tools.

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 explicit guidance: 'Provide EITHER 'files' (explicit list) OR 'source_directory' (scan a folder).' It explains when to use each parameter and notes that extensions can filter when scanning. However, it does not explicitly state alternatives (e.g., use 'import_asset' for single files), so it is not a perfect 5.

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