Skip to main content
Glama
Cmmdx256

Universal Roblox AI Studio

by Cmmdx256

generate_mesh

Create 3D mesh models from natural-language text prompts in Roblox Studio. Converts descriptions into placeable meshes with configurable position, scale, and anchoring.

Instructions

Official Roblox Generative AI: Generates a 3D mesh model from a natural-language text prompt using Roblox official AI mesh generator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoTarget scale Vector3 [x, y, z]
parentNoTarget parent instance path in DataModel (default: Workspace)
promptYesText description of the 3D model/mesh to generate
anchoredNoWhether generated parts should be anchored
positionNoTarget placement Vector3 [x, y, z]
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of explaining behavioral traits, but it only restates that the tool generates a mesh. It does not disclose details such as whether generation is synchronous, whether the mesh is inserted into the DataModel, potential costs, rate limits, or failure modes.

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, front-loaded sentence that conveys the core purpose quickly. However, it contains redundancy with 'Official Roblox Generative AI' and 'Roblox official AI mesh generator,' which slightly reduces efficiency.

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?

Despite having 5 parameters and no output schema, the description does not explain what the agent should expect in return or how the generated mesh is delivered (e.g., inserted into Workspace, returned as an ID, or streamed). For a generative tool with no annotations, more operational context is needed for complete guidance.

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 parameters are already documented structurally. The description adds little beyond restating the prompt purpose, but it does reinforce that the prompt is a natural-language description, which aligns with the schema's parameter description.

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 clearly identifies the action ('Generates a 3D mesh model') and the input type ('natural-language text prompt'), so an agent can understand what the tool does. It does not explicitly contrast with sibling tools like generate_material or generate_procedural_model, but the mesh-specific wording provides reasonable differentiation.

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 provided about when to choose this tool over alternatives such as generate_procedural_model or generate_material. There are no conditions, exclusions, or workflow context to help the agent decide when this tool is appropriate.

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