Skip to main content
Glama

AutoProbeMCP

by Wladastic

type_text

Automate web interactions by typing text into specified input fields using CSS selectors. Customize keystroke delays for precise control over text input.

Instructions

Type text into an input field

Input Schema

NameRequiredDescriptionDefault
delayNoDelay between keystrokes in milliseconds
selectorYesCSS selector for the input element
textYesText to type

Input Schema (JSON Schema)

{ "properties": { "delay": { "default": 100, "description": "Delay between keystrokes in milliseconds", "type": "number" }, "selector": { "description": "CSS selector for the input element", "type": "string" }, "text": { "description": "Text to type", "type": "string" } }, "required": [ "selector", "text" ], "type": "object" }

Other Tools from AutoProbeMCP

Related Tools

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/Wladastic/AutoProbeMCP'

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