Skip to main content
Glama
Flux-Point-Studios

Unreal Engine MCP Server

asset_pipeline

Generate 3D models and textures with AI (Meshy, Tripo), track task progress, and import the finished assets into Unreal Engine.

Instructions

External AI asset generation pipeline. Generate 3D models and textures using AI services (Meshy, Tripo) and import them directly into UE. Requires API keys set via environment variables (MESHY_API_KEY, TRIPO_API_KEY). Actions: list_providers (show configured services), generate_3d_model (text-to-3D), generate_texture (text-to-texture), check_generation_status (poll task progress), download_and_import (fetch generated asset and import into UE).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNo[generate_3d_model] Art style (realistic, cartoon, low-poly, sculpture, pbr)
actionYesThe asset pipeline action to execute
promptNo[generate_3d_model, generate_texture] Text description of the asset to generate
task_idNo[check_generation_status] Task ID from a generation request
providerNoAI service provider (default: meshy)
model_urlNo[generate_texture] URL of a 3D model to texture
asset_nameNo[download_and_import] Name for the imported asset
import_pathNo[download_and_import] UE content path to import to (e.g., /Game/GeneratedAssets/)
download_urlNo[download_and_import] URL of the generated asset file to download
Behavior4/5

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

Annotations indicate readOnly=false (mutating) and openWorld=true, but the description adds meaningful context: external AI services, environment variable prerequisites, and the presence of check_generation_status implying asynchronous polling. No contradictions with annotations.

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 mostly efficient, with a clear overview and action list. The initial fragment 'External AI asset generation pipeline.' is slightly unnecessary but not harmful. The action list is dense yet well-structured.

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 (multiple actions, external API dependencies), the description covers purpose, prerequisites, and action taxonomy, including polling via check_generation_status. It lacks details on return formats or error handling, but no output schema exists and the description is adequate for tool selection.

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%, so each parameter is already well-documented. The description adds an action-level overview but does not provide extra parameter-specific semantics beyond what the schema already includes.

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 it is an external AI asset generation pipeline for 3D models and textures using Meshy and Tripo, and lists specific actions. This distinguishes it from sibling tools like manage_asset and manage_texture, which are likely local asset management 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?

Provides clear context: it is an external pipeline requiring API keys, and the action list implies when to use each sub-operation. However, it does not explicitly contrast with sibling tools like manage_asset or manage_texture, so it lacks a clear 'when not to use' statement.

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/Flux-Point-Studios/unreal-mcp'

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