Skip to main content
Glama

Input text

input_text

Enter text into a mobile app's input field, optionally tapping a target field first to focus it. Enables UI test automation on Android and iOS devices.

Instructions

Type text into the focused field. Optionally target a field first (id/text/resource_id) to tap it before typing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOptionally focus this field first
textYesText to type
indexNo
observeNoWhat to return after the action: 'screen' = fresh compact hierarchy, 'diff' = only what changed since last inspect, 'screenshot' = PNG, 'none' = just confirm.screen
device_idYesDevice id from list_devices (adb serial like 'emulator-5554', or an iOS simulator UDID)
resource_idNo
accessibilityNo
per_char_delay_msNoPer-character typing delay in ms (default 60). Raise it if a field with live formatting (e.g. a credit-card input) drops or reorders characters; set 0 to commit the whole string at once.
Behavior4/5

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

Despite no annotations, the description discloses key behaviors: it types into the currently focused field, and if a locator (id/text/resource_id) is provided, it taps that field before typing. This gives the agent expected sequencing without overpromising. No contradictions with annotations.

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 two short sentences, front-loaded with the primary action. Every word contributes value, with no fluff or repetition of schema details.

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

Completeness4/5

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

For a tool with 8 parameters, this description is concise but covers the essential behavior and the optional targeting mechanism. The schema provides rich descriptions for per_char_delay and observe, so the description doesn't need to repeat them. It adequately frames the tool's role.

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

Parameters4/5

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

The description adds meaning to the schema by grouping id/text/resource_id as alternative targeting options and explaining that providing one will trigger a tap first. This clarifies their purpose beyond the individual schema descriptions, which otherwise treat them as generic strings.

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 clearly states the action 'Type text into the focused field' and mentions the optional targeting behavior. This distinguishes it from sibling tools like tap and press_key, which are concerned with tapping or key presses, not text entry.

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

Usage Guidelines4/5

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

The description gives clear context that this tool is for typing text, with an optional step to target a field first. It does not explicitly mention alternatives or exclusions, but the purpose is unambiguous, making it easy for an agent to decide when to use it.

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/ryanperkins/Manos-MCP'

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