Skip to main content
Glama
rc4l
by rc4l

Type into a menu text field

menu_text

Input text into active menu fields, such as the player name box, by typing characters one at a time.

Instructions

Type a string into the active menu text-entry field (e.g. the player name box after pressing enter on it), one character at a time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
instanceNo
Behavior3/5

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

The description reveals that typing happens one character at a time, which is a behavioral detail. However, with no annotations provided, it lacks information on side effects, error conditions (e.g., no active field), or required permissions.

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 of 28 words, front-loading the key information. Every word is functional with no redundancy.

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 no output schema and no annotations, the description should cover return behavior, prerequisites (e.g., field must be active), and error handling. It omits all of these, making it incomplete for safe agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, and the description only says 'Type a string', adding no value beyond the parameter name 'text'. The 'instance' parameter is not explained at all, leaving its purpose unclear.

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 it types a string into the active menu text-entry field one character at a time. The verb ('type') and resource ('menu text-entry field') are specific, but it does not distinguish from sibling tools like 'menu_key' which may perform similar actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies it should be used when needing to input text into a menu text field, but it does not provide explicit guidance on when not to use (e.g., for single key presses) or mention alternatives like 'menu_key'.

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/rc4l/ZandronumMCP'

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