Skip to main content
Glama

android_input_text

Input text on Android devices or emulators by typing at the current focus point. Use this tool to automate text entry for testing or interaction purposes.

Instructions

Type text on an Android device/emulator. The text will be input at the current focus point (tap an input field first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to type
deviceIdNoOptional device ID. Uses first available device if not specified.
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that text is input at the current focus point and implies a prerequisite (tapping first), which adds useful context. But it doesn't cover potential errors (e.g., no focus), rate limits, or device connectivity needs, leaving behavioral gaps.

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?

Two sentences with zero waste: the first states the core action and target, the second adds crucial usage note. It's front-loaded and appropriately sized for the tool's complexity.

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?

Given no annotations and no output schema, the description is minimal but covers the essential action and a key prerequisite. However, it lacks details on error handling, performance, or return values, making it adequate but with clear gaps for a mutation tool.

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?

Schema description coverage is 100%, so the schema already documents both parameters well. The description doesn't add meaning beyond the schema (e.g., it doesn't clarify text encoding or deviceId selection nuances), meeting the baseline for high coverage.

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') and target ('on an Android device/emulator'), specifying it inputs text at the current focus point. It distinguishes from siblings like android_tap (which taps) or android_key_event (which sends key presses), making the purpose specific and well-differentiated.

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?

It provides clear context on when to use: 'tap an input field first' to set focus. However, it doesn't explicitly mention when NOT to use it or name alternatives like android_key_event for non-text input, so it lacks full exclusion guidance.

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/igorzheludkov/metro-logs-mcp'

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