Skip to main content
Glama

manage_assets

Manage Roblox assets: insert models by ID, search and insert from Creator Store, get asset info, insert free models or packages, and export selection.

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.
contextIdNoOptional execution context identifier. Used to continue an existing context for mutating actions.
contextSummaryNoOptional structured execution context attached to this tool call.
replayMetadataNoOptional replay-ready metadata attached to this tool call.
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?

No annotations are provided, so the description carries full burden. It does not disclose behavioral traits such as side effects (e.g., mutating state), permission requirements, or idempotence. Actions like insert and export have different impacts but are not described.

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 sentence that efficiently lists the available actions. It is concise and front-loaded with purpose, though it could benefit from structuring actions into groups for 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?

Given the tool's complexity (16 parameters, multiple actions with different requirements), the description is insufficient. It does not explain the overall workflow, when to use each action, or how actions relate to each other. The schema covers parameter details but lacks a high-level narrative.

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%, and the schema provides detailed parameter descriptions. The tool description adds no additional meaning beyond what the schema already offers, so baseline 3 is appropriate.

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 lists specific actions (insert, info, search, search_insert, insert_free, insert_package, export) that clearly define what the tool does with assets. It distinguishes from sibling tools by specifying asset management.

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?

No explicit guidance on when to use this tool vs. alternatives or when not to use it. The description implies asset-related operations but provides no exclusion criteria or context for choosing this tool over siblings like manage_audio or manage_animation.

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