Skip to main content
Glama
Cmmdx256

Universal Roblox AI Studio

by Cmmdx256

store_image

Saves an image asset to the Roblox Studio project using its AssetId or URI, optionally renaming it with a target name.

Instructions

Official Roblox Asset API: Stores an image asset in the Studio project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetIdYesImage AssetId or URI
targetNameNoTarget asset name
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only says an image is 'stored' in the Studio project, without explaining whether this overwrites an existing asset, whether a pre-upload to Roblox is required, whether the asset is duplicated, or what side effects and return values occur. For a mutation-like operation this is a significant gap.

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 compact sentence with no repetitive filler, and the key verb and object are front-loaded. The 'Official Roblox Asset API' label adds minor credibility but is not strictly necessary; overall the structure is efficient though slightly under-specified.

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?

With no annotations, no output schema, and several closely related sibling tools, the description is too thin. It omits usage context, behavioral caveats, error implications, and what the agent should expect after invoking it. An agent would likely need to inspect other tools or default to trial and error.

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?

The schema already describes both parameters with 100% coverage: assetId is an 'Image AssetId or URI' and targetName is a 'Target asset name'. The description adds only the 'Studio project' context and does not deepen parameter meaning beyond the schema, so the baseline high-coverage score of 3 is appropriate.

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 a specific verb ('Stores') and resource ('an image asset') plus a destination ('in the Studio project'), which makes the core purpose clear. However, it does not distinguish itself from overlapping siblings like upload_image or insert_asset, so an agent could still be uncertain about which action is intended.

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?

There is no guidance about when to prefer this tool over upload_image, insert_asset, or search_asset. The description provides no conditions, exclusions, or alternative routing, leaving the agent to infer appropriate usage.

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