Skip to main content
Glama
aadeshrao123

Unreal-MCP

by aadeshrao123

set_static_mesh_properties

Assign a static mesh to a component in a Blueprint, updating its visual representation.

Instructions

Set the static mesh on a StaticMeshComponent in a Blueprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
static_meshNo/Engine/BasicShapes/Cube.Cube
blueprint_nameYes
component_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose side effects (e.g., whether it replaces existing mesh), permissions needed, or what happens if the component is missing. The statement is minimal and lacks behavioral detail beyond the basic action.

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, front-loaded sentence with no extraneous words. It is efficient but too brief, missing important details. Conciseness is good, but it sacrifices completeness.

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?

For a simple setter tool with 3 parameters and an output schema (not shown), the description is too sparse. It does not explain return values, error cases, or the relationship between inputs. An agent would benefit from more context about what the tool accomplishes beyond the obvious.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not mention any parameters. Schema coverage is 0%, and the description adds no meaning beyond the schema. The default value for 'static_mesh' is not highlighted, and the purpose of 'blueprint_name' and 'component_name' is obvious but not explained.

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

Purpose4/5

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

The description clearly states the action: set static mesh on a StaticMeshComponent in a Blueprint. It specifies the verb and resource, but the tool name 'set_static_mesh_properties' suggests multiple properties while the description only mentions the mesh itself. Still, it differentiates from sibling tools like 'add_component_to_blueprint' or 'set_blueprint_node_property' by targeting a specific component type.

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?

No guidance on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., component must exist) or when not to use it. The description lacks context about 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/aadeshrao123/Unreal-MCP'

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