Skip to main content
Glama

MCP Safari Server

by stevenayl
MIT License
1
  • Apple

type_text

Enter text into a specified input element on a webpage using a CSS selector. Optionally clear the input before typing. Part of the MCP Safari Server for browser automation and testing on macOS.

Instructions

Type text into an input element

Input Schema

NameRequiredDescriptionDefault
clearFirstNoClear the input before typing (default: true)
selectorYesCSS selector for the input element
textYesText to type into the element

Input Schema (JSON Schema)

{ "properties": { "clearFirst": { "description": "Clear the input before typing (default: true)", "type": "boolean" }, "selector": { "description": "CSS selector for 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/stevenayl/mcp-safari-server'

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