Skip to main content
Glama
Justice219

Roblox Studio MCP Bridge

by Justice219

set_selection

Set the active selection in Roblox Studio to specified instances using dot-notation paths for targeted editing.

Instructions

Set the Roblox Studio selection to the given instances

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsYesArray of dot-notation paths to select
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It states the basic action but does not mention side effects (e.g., replacing the current selection), whether it requires specific permissions, or any state changes beyond the selection.

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, front-loaded sentence with no redundant wording. Every word contributes to understanding the tool's purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter, but the description is minimal. It does not explain what happens to prior selection, whether instances must already exist, or what the return behavior is. While no output schema exists, a bit more context would improve completeness.

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 covers 100% of the single parameter with a description, so the baseline is 3. The description adds no extra semantic value beyond the schema, merely referencing 'given instances' without elaborating on paths or format.

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 uses a specific verb ('Set') with a clear resource ('Roblox Studio selection') and object ('given instances'), distinguishing it from sibling tools like get_selection. It fully identifies the tool's action.

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 on when to use this tool versus alternatives such as get_selection or create_instance. The description implies a simple 'set the selection' action but provides no context, prerequisites, or exclusions.

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/Justice219/roblox-studio-mcp'

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