Skip to main content
Glama

roblox_toolbox

Search, insert, and sanitize assets from the Roblox Creator Store to safely build game environments in Roblox Studio.

Instructions

Search the Roblox Creator Store, insert models, and sanitize them.

Actions:

  • "search": Search for free models/decals/audio. Returns AssetId, Name, Creator, HasScripts, IsEndorsed. Params: query (required), category ("FreeModels"|"FreeDecals"|"FreeAudio"), maxResults (default 20). Prefer assets where HasScripts=false or IsEndorsed=true.

  • "insert": Insert an asset by ID. Params: assetId (required), parent (path), position {X,Y,Z}. CRITICAL: Toolbox models often contain far more than their name implies — a "gas station" may bundle pumps, signs, shelving, vehicles, lighting as descendants. Always inspect the returned hierarchy before building additional objects. Check orientation (model axes may not match your scene) and scale (toolbox models vary wildly in size, Roblox studs ≈ 0.28m).

  • "strip_scripts": Remove all scripts from an instance tree. Params: path (required), scriptTypes (array, default all). Always do this after inserting models with HasScripts=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhich toolbox operation
queryNoSearch query (for search)
categoryNoAsset category (for search, default FreeModels)
maxResultsNoMax results (for search, default 20)
assetIdNoAsset ID to insert (for insert)
parentNoParent path (for insert, default Workspace)
positionNoPosition {X,Y,Z} (for insert)
pathNoInstance path (for strip_scripts)
scriptTypesNoScript types to remove (for strip_scripts, default all)

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/paralov/roblox-studio-opencode-mcp'

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