Skip to main content
Glama
xixfaces

Roblox Executor MCP

by xixfaces

Type into a TextBox

type-text-box

Automates text input into Roblox TextBox instances by simulating keystrokes or directly setting the Text property. Supports optional Enter key press.

Instructions

Enter text into a Roblox TextBox by path. Can simulate keystrokes or set Text directly based on useKeyPress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe instance path to the TextBox
textYesThe string to type into the TextBox
enterNoWhether to press Enter after typing
useKeyPressNoIf true, simulates real keystrokes using VirtualInputManager / keypress. If false, directly sets the Text property.
Behavior2/5

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

The description discloses two behaviors (simulated keystrokes or direct text setting) and the option to press Enter. However, it omits side effects, error conditions (e.g., invalid path), prerequisites (e.g., focus), and whether the operation is synchronous. With no annotations, this lack of detail limits transparency.

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 concise with two sentences covering the main functionality. It could be structured more clearly (e.g., bullet points), but it is efficient and front-loaded with the key action.

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 complexity of UI interaction and lack of output schema or annotations, the description is incomplete. It does not address error handling, waiting for completion, or validation of inputs like path existence. More context is needed for reliable tool use.

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 already describes all four parameters with good detail (100% coverage). The description adds some context by explaining the useKeyPress distinction beyond the schema definition. This is helpful but not substantial, so a baseline 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 clearly states the tool enters text into a Roblox TextBox, with two modes (keystrokes or direct set). It specifies the resource and action, making the purpose clear. However, it does not explicitly differentiate from sibling tools like click-button, which could also interact with UI elements.

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 on when to use this tool versus alternatives. For instance, no mention of when to prefer this over click-button or execute. The description mentions two modes (useKeyPress true/false) but does not advise on choosing between them.

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/xixfaces/roblox-executor-mcp'

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