Skip to main content
Glama

unreal-mcp

editor_search_assets

Search for assets in Unreal Engine by name or path, with optional class filtering. Returns detailed results with asset information, limited to 50 matches per search.

Instructions

Search for assets by name or path with optional class filter

Example output: {'search_term': 'character', 'asset_class_filter': 'Blueprint', 'total_matches': 3, 'assets': [{'name': 'BP_Character', 'path': '/Game/Characters', 'class': 'Blueprint', 'package_name': 'BP_Character'}, {'name': 'BP_EnemyCharacter', 'path': '/Game/Enemies', 'class': 'Blueprint', 'package_name': 'BP_EnemyCharacter'}]}

Returns search results with asset details, limited to 50 results.

Input Schema

NameRequiredDescriptionDefault
asset_classNo
search_termYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "asset_class": { "type": "string" }, "search_term": { "type": "string" } }, "required": [ "search_term" ], "type": "object" }

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

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