Skip to main content
Glama
Cmmdx256

Universal Roblox AI Studio

by Cmmdx256

property_set

Set any property on a Roblox Instance with automatic type conversion for Vector3, Color3, Enums, and more.

Instructions

Set the value of a property on an Instance. Supports automatic type coercion for Vector3, CFrame, Color3, BrickColor, UDim2, NumberRange, Enums, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoThe new property value. For Vector3: [X,Y,Z]. For Color3: [R,G,B] (0-1) or "#RRGGBB". For Enum: "Enum.Material.Neon" or "Neon". For boolean/number/string: direct value.
targetYesFull path or UUID of the Instance.
propertyYesName of the property to set (e.g. "Size", "Anchored", "Color", "Material", "CanCollide").
Install Server

TDQS

A4/5.0
Behavior3/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. It usefully discloses automatic type coercion for several Roblox types, which is real behavioral information. But it does not mention validation, side effects, failure behavior, or what happens with unsupported properties.

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?

A single front-loaded sentence with no filler. It states the action, the target, and the most important behavioral nuance in minimal words.

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

Completeness4/5

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

For a simple mutation tool with a detailed value schema and obvious sibling getters, the description is nearly complete. It would benefit from explicit success/return or error behavior, but that is a modest gap given the richness of the value parameter schema.

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

Parameters4/5

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

Input schema already provides 100% parameter coverage, so baseline is 3. The description adds value beyond the schema by naming additional coerced types (CFrame, BrickColor, UDim2, NumberRange) that the schema's value description does not explicitly cover.

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?

Uses a specific verb ('Set') and resource ('property on an Instance'), clearly distinguishing it from read-oriented siblings like property_get and property_get_all. The type coercion note further clarifies the scope of what setting a property can mean.

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 verb 'Set' implies this is the tool to use when assigning a property value, and the title/name aligns with that. However, there is no explicit guidance about when not to use it or when to prefer alternatives like attribute_set or multi_edit.

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

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/Cmmdx256/Roblox-Studio-MCP'

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