Skip to main content
Glama
Cmmdx256

Universal Roblox AI Studio

by Cmmdx256

insert_asset

Insert any Roblox Creator Store asset into your Studio scene by providing its Asset ID, with optional parent and placement position.

Instructions

Official Roblox Asset API: Inserts an asset from the Roblox Creator Store directly into Studio by Asset ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentNoParent instance path (default: Workspace)
assetIdYesThe numeric or string AssetId to insert
positionNoPlacement position [x, y, z]
Install Server

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It states that an asset is inserted into Studio, but does not mention side effects, required Studio session state, authentication, errors, or what happens to the inserted asset's placement beyond the schema.

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 concise sentence that front-loads the source API and clearly states the action and target. No wasteful or redundant wording.

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

Completeness3/5

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

The schema covers the parameters well, and the description states the core operation. However, with no output schema and no annotations, the description omits behavioral context such as return behavior, prerequisites, or whether the active Studio instance must be selected first.

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 parent, assetId, and position. The description only reinforces 'by Asset ID' and adds no deeper parameter semantics beyond the structured schema.

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 uses a specific verb ('Inserts'), a clear resource ('asset from the Roblox Creator Store'), and a destination ('directly into Studio'). It also names the key identifier ('by Asset ID'), which separates this from sibling tools like search_asset or instance_create.

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 phrase 'by Asset ID' implies the tool is appropriate when the user has an asset ID to insert, but the description does not explicitly state when to prefer this tool over alternatives. No exclusions or sibling routing are provided.

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