Skip to main content
Glama

mutate_instances

Create, delete, clone, move, rename, or pivot Roblox instances. Also supports bulk operations (mass create/delete/duplicate), smart duplicate, and scatter cloning with property assignment.

Instructions

Create, delete, clone, move, rename, or pivot instances. Also: create_with_props (create+properties), create_tree (nested hierarchy in one waypoint), mass_create, mass_delete, mass_duplicate, smart_duplicate (N copies with offset), scatter (ray-snap clones onto ground in a region). Property values: numbers/strings/booleans, Vector3 [x,y,z], CFrame [x,y,z] or 12 numbers, Color3 hex '#ff0000' or [r,g,b] 0-1, UDim2 [xs,xo,ys,yo], enum strings like 'Enum.Material.Neon'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAlias for rbId
nameNoName for created/cloned instance
pathNoTarget instance path (delete/clone/move/rename/pivot/smart_duplicate). An RBId GUID is also accepted.
rbIdNoRoBridge instance id from a prior summary. Preferred over path when both are set. Alias: id
seedNo
treeNoNested instance tree for create_tree
countNoCopy count for smart_duplicate / scatter
pathsNoPaths for mass_delete / mass_duplicate
actionYes
cframeNoCFrame as [x,y,z] or 12 numbers for pivot
offsetNo[x,y,z] relative offset for pivot/smart_duplicate
parentNoAlias for parentPath
regionNoWorld AABB {min,max} for scatter
newNameNoNew name for rename
maxSlopeNoMax ground slope degrees for scatter (default 30)
positionNo[x,y,z] position for move/pivot
classNameNoClassName to create
instancesNoSpecs for mass_create
avoidWaterNo
parentNameNoFolder name that groups scatter results
parentPathNoParent path for create/clone/move. Alias: parent
propertiesNoProperties to set
templatePathsNoTemplates to clone for scatter
Behavior3/5

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

No annotations are provided, so the description alone must disclose behavior. It reveals the types of operations (including irreversible ones like delete) and accepted property value formats, but it does not warn about permanence, workspace impact, or permission requirements. This is a moderate level of transparency.

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

Conciseness3/5

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

The description is a single run-on sentence combining a list of actions and a property-value guide. While all information is relevant, it lacks bullet points or sectioning, making it harder to parse. The core actions are front-loaded, but the mid-sentence 'Also:' list is dense.

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 the tool's high complexity (23 params, 13 sub-actions), the description is under-specified. It lists sub-action names but does not explain which parameters each sub-action requires (e.g., scatter needs templatePaths, region, count) or provide usage examples. The schema's param descriptions partially compensate, but the action-param mapping is left implicit.

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?

The description adds important value-format semantics for the 'properties' parameter (Vector3, CFrame, Color3, UDim2, enums) which are absent from the schema's generic property object. It also redundantly lists the action enum values, which are already in the schema, but the property-format information significantly enhances parameter handling.

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 opens with a clear enumeration of mutation verbs ('Create, delete, clone, move, rename, or pivot instances'), explicitly establishing the tool's scope as structural mutation of instances. It further distinguishes from siblings like query_instances by focusing on mutation operations.

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 description implies when to use the tool (when you need to mutate instances) but does not explicitly state alternatives or exclusions. The list of sub-operations (create_with_props, mass_create, scatter) gives context for specific actions, but no guidance on when to choose this over manage_properties or other tools.

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