Skip to main content
Glama
sansaks-jpg

Gamedev All-in-One MCP

by sansaks-jpg

Roblox Create Instance

roblox_create_instance

Create a Roblox instance of any class like Part or Script, place it under a specified parent path, and set its properties.

Instructions

Create a new Roblox instance of a given class under a parent path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
classNameYesRoblox class name (e.g. Part, Script, Model, Folder).
parentPathYesFull instance path of the parent (e.g. Workspace, ServerScriptService).
nameNoName for the new instance.
propertiesNoProperties to set on the new instance.
waitForResponseMsNoHow long to wait for a runtime response.
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 behavioral disclosure. It fails to mention what happens on errors (e.g., invalid className or parentPath), whether the instance is immediately created, or if there are side effects. The waitForResponseMs parameter is not explained in the description.

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?

The description is a single sentence that communicates the core action efficiently. It is front-loaded with the verb 'Create' and the resource, with no extraneous content.

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 (5 parameters, no output schema, no annotations), the description is too brief. It lacks essential behavioral context, such as error handling, return value, or required environment settings (e.g., Roblox Studio running).

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 input schema has 100% description coverage, so the baseline is 3. The description adds no additional meaning beyond the schema; it does not elaborate on the 'properties' object or the 'waitForResponseMs' parameter. Thus, it provides no extra value.

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 states that it creates a new Roblox instance of a given class under a parent path. However, it does not distinguish from sibling tools like roblox_create_instances_bulk or roblox_clone_instance, missing the opportunity to clarify when this single-instance creation is appropriate.

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 usage guidelines are provided. The description does not indicate when to use this tool versus alternatives such as roblox_create_instances_bulk for bulk creation or roblox_clone_instance for cloning, nor does it mention prerequisites or context.

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/sansaks-jpg/gamedev-all-in-one-mcp'

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