Skip to main content
Glama

Mobile Next MCP

Apache 2.0
2,070
  • Apple
  • Linux

mobile_type_keys

Automate text input into focused elements on mobile apps for iOS and Android. Submit text efficiently with user-like actions, enabling scalable mobile automation workflows.

Instructions

Type text into the focused element

Input Schema

NameRequiredDescriptionDefault
submitYesWhether to submit the text. If true, the text will be submitted as if the user pressed the enter key.
textYesThe text to type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "submit": { "description": "Whether to submit the text. If true, the text will be submitted as if the user pressed the enter key.", "type": "boolean" }, "text": { "description": "The text to type", "type": "string" } }, "required": [ "text", "submit" ], "type": "object" }

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/EmpathySlainLovers/MCP'

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