Skip to main content
Glama

manage_assets

Manage Roblox assets by inserting models, retrieving metadata, searching the Creator Store, and exporting selections within Roblox Studio.

Instructions

[PRO] Asset management: insert models by ID, get asset info, search creator store, insert free models/packages, export selection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes[PRO] Asset action. insert: insert model by asset ID. info: get asset metadata. search: search Creator Store. search_insert: search and insert first match. insert_free: insert free model. insert_package: insert package. export: export current selection.
assetIdNoRoblox asset ID. Used by: insert (required), info (required), insert_free (required), insert_package (required).
parentNoParent path for inserted asset. Used by: insert, search_insert, insert_free, insert_package. Default: "game.Workspace".
nameNoOptional name for inserted instance.
positionNoPosition to place the model. Used by: insert, insert_free.
queryNoSearch keyword. Used by: search (required), search_insert (required). E.g., "monster", "tree", "car".
maxResultsNoMaximum search results. Used by: search. Default: 10.
categoryNoAsset category filter. Used by: search.
sortTypeNoSort order for search results. Used by: search.
formatNoExport format. Used by: export.
includePropertiesNoInclude all properties in export. Used by: export. Default: false.
includeChildrenNoInclude children in export. Used by: export. Default: false.
maxDepthNoMaximum depth for recursive child export. Used by: export. Default: 5.
Behavior2/5

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

With no annotations provided, the description carries full behavioral disclosure burden. While it lists actions like 'insert' and 'export', it does not clarify mutation safety, reversibility, rate limits for store searches, or file system side effects of export. The '[PRO]' tag suggests feature gating but is undefined.

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

Conciseness4/5

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

The description is a single dense sentence that efficiently enumerates seven distinct capabilities without redundant filler. Every clause corresponds to an action mode. However, the unexplained '[PRO]' metadata tag and lack of punctuation separation between list items slightly hinder clarity.

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?

For a complex multi-modal tool with 13 parameters, nested objects, 7 action variants, and no output schema or annotations, a single sentence is insufficient. The description omits success/failure behaviors, interaction between modes, and the nature of return values.

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?

Input schema has 100% description coverage, establishing a baseline of 3. The description provides a high-level conceptual mapping of action enum values (e.g., 'insert models by ID') that mirrors the schema documentation but does not add syntax details, validation rules, or format specifications beyond what the schema already provides.

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 uses specific verbs (insert, get, search, export) with clear resources (models, asset info, Creator Store) and distinguishes from siblings like manage_animation or manage_audio by focusing on Roblox asset/store operations. However, the '[PRO]' prefix is unexplained and the colon-separated list format is less cohesive than a structured sentence.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists available actions but provides no guidance on when to use specific actions (e.g., 'insert' vs 'insert_free' vs 'search_insert') or prerequisites (e.g., requiring asset IDs). No alternatives or exclusion criteria are mentioned.

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

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