Skip to main content
Glama
Cmmdx256

Universal Roblox AI Studio

by Cmmdx256

upload_image

Upload a local or base64-encoded image to Roblox Cloud as a Decal or Texture asset for use in your Roblox projects.

Instructions

Official Roblox Asset API: Uploads a local or base64 image to Roblox Cloud as a Decal/Texture asset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNameYesName for the uploaded asset
imagePathNoLocal file path of the image to upload
base64DataNoBase64-encoded image data
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden of explaining side effects. It only says the image is uploaded to Roblox Cloud; it does not disclose what response is returned, whether this creates a persistent asset, what authentication or permissions are needed, or how conflicts/duplicates are handled.

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?

A single well-structured sentence with the key identifying information front-loaded. There is no filler or repetition of schema fields; every part of the description earns its place.

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 write-oriented tool with no annotations and no output schema, the description is incomplete: it omits the response/return value, fails to explain how to choose between imagePath and base64Data, and provides no guidance on when this tool is preferable to sibling asset tools. All parameters are documented, which keeps it above the lowest tier, but significant gaps remain.

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 all three parameters. The description adds useful context by framing imagePath and base64Data as local vs base64 sources, but it doesn't clarify their mutual exclusivity or whether both can be used together.

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 states a specific verb ('Uploads'), a clear resource ('image to Roblox Cloud'), and the asset type produced ('Decal/Texture asset'). It also specifies the two input forms (local or base64), making the tool's purpose unmistakable even among many siblings.

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 guidance is given about when to use upload_image versus related siblings such as store_image or insert_asset. It doesn't state any exclusions, prerequisites, or conditions that would help an agent choose this tool over alternatives.

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