Skip to main content
Glama

ue5_set_object_property

Set a property value on any UObject in the current level by providing the object path, property name, and a JSON-serialisable value matching the expected type.

Instructions

Set a property value on any UObject in the current level. The value must match the expected JSON type for the property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectPathYesFull Unreal object path
propertyNameYesProperty name to set
propertyValueNoJSON-serialisable value matching the property type

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden for behavioral disclosure. It reveals a mutation operation and a JSON type-matching constraint, but does not mention side effects, permissions, error behavior for invalid paths, or whether changes persist.

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 two short sentences with no filler. The core action and scope are front-loaded, and the type-matching warning is useful and directly relevant to invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no annotations and no output schema, the description is thin. It omits what happens on failure, whether the change is reversible, and any indication of return/success behavior, while also providing no usage routing to sibling tools.

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 the schema documents all three parameters. The description adds modest context by reminding the agent that propertyValue must match the property's JSON type, but it does not meaningfully expand on parameter meaning beyond the schema.

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 ('Set a property value'), the resource type ('any UObject in the current level'), and implies write semantics. This directly distinguishes it from siblings like ue5_get_object_property and ue5_call_function, even without naming them.

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 is given about when to use this tool versus reading a property, calling a function, or searching for objects. The behavior is inferred only from the verb 'Set' and sibling names, not from explicit usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Rolthar/Claude_UE5_MCP'

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