Skip to main content
Glama

manage_properties

Modify Roblox instance properties, attributes, and tags to configure game objects and automate development workflows.

Instructions

Get/set properties, attributes, and tags on instances. [PRO] set_calculated, set_relative, mass_set, mass_get, modify_children.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesProperty action. Basic: get, set, get_all, set_multiple, get_attr, set_attr, get_all_attrs, delete_attr, add_tag, remove_tag, check_tag, get_tags, get_tagged. [PRO]: set_calculated, set_relative, mass_set, mass_get, modify_children.
pathNoInstance path. Used by: get, set, get_all, set_multiple, get_attr, set_attr, get_all_attrs, delete_attr, add_tag, remove_tag, check_tag, get_tags, set_calculated, set_relative.
propertyNoProperty name (e.g., "Size", "Position", "Anchored"). Used by: get, set.
valueNoValue to set. Supports primitives, Vector3 {x,y,z}, Color3 {r,g,b} (0-255), CFrame (12-number array), UDim2 {xScale,xOffset,yScale,yOffset}, Enum strings. Used by: set, set_attr, set_relative.
propertiesNoDictionary of property names to values. Used by: set_multiple.
attributeNoAttribute name. Used by: get_attr, set_attr, delete_attr.
tagNoTag string (case-sensitive). Used by: add_tag, remove_tag, check_tag.
tagNameNoTag to search for. Used by: get_tagged.
rootNoRoot path to filter get_tagged results. Used by: get_tagged.
maxResultsNoMaximum results for get_tagged. Default: 100.
expressionNo[PRO] Mathematical expression to evaluate. Used by: set_calculated. Example: "baseValue * multiplier".
variablesNo[PRO] Variable name to value/path mapping. Used by: set_calculated. Example: {"baseValue": "workspace.Config.BaseValue", "multiplier": 2}.
operationNo[PRO] Mathematical operation for relative property change. Used by: set_relative.
amountNo[PRO] Value for relative operation. Can be number, Vector3, etc. Used by: set_relative. Alias for value in set_relative context.
pathsNo[PRO] Array of instance paths for bulk operations. Used by: mass_set, mass_get.
parentPathNo[PRO] Parent path whose children will be modified. Used by: modify_children.
modificationsNo[PRO] Properties to set on children. Used by: modify_children. Contains propertyName, propertyValue, filter, recursive.
propertyNameNo[PRO] Property name for mass operations or set_calculated/set_relative. Used by: mass_set, mass_get, set_calculated, set_relative, modify_children.
propertyValueNo[PRO] Property value for mass_set and modify_children.
filterNo[PRO] Class name filter for modify_children.
recursiveNo[PRO] Modify all descendants, not just immediate children. Used by: modify_children. Default: false.
includeReadOnlyNoInclude read-only properties. Used by: get_all. Default: false.

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/hope1026/roblox-mcp'

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