Skip to main content
Glama

ue_search_assets

Search Unreal Engine project assets by name substring and class filter to locate specific assets within projects.

Instructions

Search project assets by name substring and/or class (StaticMesh, Material, ...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootNo/Game
queryNo
class_filterNo
limitNo
Behavior2/5

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

No annotations are provided, and the description only states the basic function. It does not disclose behavioral traits such as whether the operation is read-only, performance implications, or error handling, which is insufficient for a tool with no annotation coverage.

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 sentence that is front-loaded with the verb and key details. Every word contributes meaning, with no waste.

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 description covers the basic purpose but lacks details on return format, sorting, or handling of large result sets. For a tool with 4 parameters and no output schema, the context is minimally adequate.

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?

With 0% schema description coverage, the description adds meaning for the 'query' and 'class_filter' parameters by explaining they filter by name substring and class. However, it does not explain the 'root' and 'limit' parameters, so it partially compensates but not fully.

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 action (search), the resource (project assets), and the filtering criteria (name substring and/or class). It effectively distinguishes from sibling tools like ue_asset_info (info on a specific asset) and ue_list_actors (list actors).

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 description lacks explicit guidance on when to use this tool versus alternatives. It does not mention when not to use it or which sibling tools are more appropriate for different query needs.

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/ATDev-Inc/uemcp'

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