Skip to main content
Glama

type_text

Type ASCII text into the currently focused field on an Android emulator to automate form filling and search input.

Instructions

Type text into the currently focused input field (ASCII only — adb input text cannot type emoji or non-Latin characters)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
serialNoDevice serial (e.g. emulator-5554). Optional when exactly one device is connected.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It usefully reveals that this uses `adb input text` and cannot type emoji or non-Latin characters, but it does not mention whether text is appended or replaces existing content, how special characters are handled, or what happens when no field is focused.

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 entire description is one focused sentence with the action first and the essential limitation appended. There is no filler or redundant restatement of schema fields.

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 simple two-parameter tool, the description conveys the target, the prerequisite that an input field is focused, and the main input limitation. It does not cover error behavior or special-character handling, but the core usage is clear enough for an agent to invoke it correctly.

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?

Schema coverage is only 50% because the `text` parameter lacks a schema description. The description compensates by adding the critical ASCII-only constraint for `text`. The `serial` parameter is already adequately described in the schema.

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 states a specific action ('Type text'), a clear target ('currently focused input field'), and a key constraint (ASCII only). This distinguishes it from sibling tools like tap or key_event, which handle input differently.

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?

It implies the field must already be focused and signals the ASCII-only limitation. However, it does not explicitly name alternative tools or explain when to prefer this over key_event or other input methods.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Sajinthan/android-emulator-mcp'

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