Skip to main content
Glama
by Radek44

type_text

Enter text into input fields and editable elements using CSS selectors to automate form filling and data entry in Tauri desktop applications.

Instructions

Type text into an input field or editable element

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector to identify the input element
textYesText to type into the element
clearNoWhether to clear existing text before typing. Default: false

Input Schema (JSON Schema)

{ "properties": { "clear": { "default": false, "description": "Whether to clear existing text before typing. Default: false", "type": "boolean" }, "selector": { "description": "CSS selector to identify the input element", "type": "string" }, "text": { "description": "Text to type into the element", "type": "string" } }, "required": [ "selector", "text" ], "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/Radek44/mcp-tauri-automation'

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