Skip to main content
Glama
mxn2020

Forge Engine MCP Server

by mxn2020

forge_set_property

Modify node properties like position, rotation, color, or energy in Forge Engine scenes by specifying the node path and property value.

Instructions

Set a property on a node. For example, set position, color, energy, or any exported property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodePathYesPath of the node
propertyYesProperty name, e.g., "position", "rotation", "modulate", "energy"
valueNoNew value for the property
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the action 'set a property' but doesn't mention whether this requires specific permissions, if changes are reversible, potential side effects (e.g., on node behavior), or error conditions. For a mutation tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

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, efficient sentence that front-loads the core purpose ('Set a property on a node') and follows with helpful examples. There is no wasted text, and it's appropriately sized for the tool's complexity.

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?

Given that this is a mutation tool with no annotations and no output schema, the description is incomplete. It doesn't address behavioral aspects like permissions, side effects, or return values, which are critical for safe and effective use. The examples help but don't compensate for the lack of broader context.

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 already documents all three parameters (nodePath, property, value). The description adds minimal value by providing examples of property names ('position', 'color', 'energy', 'modulate'), which slightly clarifies the 'property' parameter but doesn't go beyond what the schema implies. This meets the baseline for high schema coverage.

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 verb 'set' and the resource 'property on a node', with specific examples like position, color, and energy. It distinguishes from siblings like forge_get_properties (which retrieves properties) and forge_move_node (which specifically moves nodes), though it doesn't explicitly name these alternatives.

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 provided on when to use this tool versus alternatives. For example, it doesn't specify whether to use forge_move_node for position changes instead of setting the 'position' property directly, or when forge_set_script might be more appropriate for script-related properties. The description only gives examples without contextual rules.

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/mxn2020/forge-mcp-server'

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