Skip to main content
Glama

manage_properties

Manage Roblox instance properties, attributes, and tags. Perform single or bulk reads/updates, apply relative or calculated math values, and modify properties on child instances.

Instructions

Get/set properties, attributes and tags. Actions: get, get_all, set (property + value), set_many/set_multiple (properties map — also used if you pass action 'set' with a properties map and no property), get_attributes/get_attr/get_all_attrs, set_attribute/set_attr, delete_attr, get_tags, add_tag, remove_tag, check_tag, get_tagged, set_relative (add/subtract/multiply/divide via operation, or plain delta), set_calculated (evaluate a math expression with variables that may be values or instance property paths), mass_set, mass_get, modify_children (set props on matching children).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAlias for rbId
tagNoTag name
pathNoInstance path. An RBId GUID is also accepted.
rbIdNoRoBridge instance id from a prior summary. Preferred over path when both are set. Alias: id
pathsNoPaths for mass_set / mass_get
valueNoValue for set / set_attribute / set_relative. Alias: amount
actionYes
amountNoAlias for value (set_relative)
propertyNoProperty name for get/set/set_relative/set_calculated. Alias: propertyName
attributeNoAttribute name
classNameNoOptional ClassName filter for modify_children
operationNoMath operation for set_relative (default add)
variablesNoset_calculated variables: name -> number or 'path.to.Instance.Property' string
expressionNoMath expression for set_calculated, e.g. 'base * multiplier + 2'
propertiesNoProperty name list (get) or map (set_many)
propertyNameNoAlias for property
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It explains behaviors of many actions (e.g., set_relative uses add/subtract/multiply/divide or plain delta; set_calculated evaluates expressions with variables; modify_children sets props on matching children). However, it does not disclose side effects (e.g., overwriting existing values), return formats, permissions, or error behavior, so transparency is partial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single long run-on sentence with a massive action list separated by commas and semicolons. It is not concisely structured; a bulleted list or shorter grouped summary would be easier for an agent to parse. While it is front-loaded with the main purpose, the dense enumeration hinders readability, making it less than minimally viable in this dimension.

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?

Given the tool's high complexity (16 parameters, 20+ actions, no output schema), the description is quite comprehensive. It covers all actions, highlights important aliases and parameter interactions, and explains nuanced behaviors for complex actions. It omits some details like return value structures or prerequisites, but overall it provides sufficient context for an agent to select and invoke the tool in many scenarios.

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?

Schema description coverage is high (94%), so the baseline is 3. The description adds meaningful semantics beyond the schema by explaining action enum meanings (set_many/set_multiple equivalence, set with properties map, set_relative operation, set_calculated variables, mass_set/mass_get, modify_children). This clarifies how parameters like 'properties', 'operation', and 'variables' integrate with actions, adding value beyond the schema.

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 'Get/set properties, attributes and tags', which identifies the specific resource and actions. It distinguishes the tool from broader siblings like mutate_instances or query_instances by focusing on properties/attributes/tags, and enumerates concrete actions. However, it does not explicitly name sibling alternatives, so it stops short of a 5.

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?

Usage is implied by the resource focus: use this tool for properties, attributes, and tags. The action list gives some idea of when to choose specific actions (e.g., set_relative for math operations, set_calculated for expressions), but there is no explicit 'when to use vs. alternatives' guidance or exclusions for sibling tools. No alternatives are mentioned, so the guidance is implicit rather than explicit.

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/Allusia1/RoBridge'

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