Skip to main content
Glama

MCP Web Browser Server

input_text

Input text into a specified webpage element using a CSS selector. Designed for the MCP Web Browser Server to enable precise element interaction in headless browsing scenarios.

Instructions

Input text into a specific element on the page. Args: selector: CSS selector for the input element text: Text to input context: Optional context object for logging (ignored) Returns: Confirmation message

Input Schema

NameRequiredDescriptionDefault
contextNo
selectorYes
textYes

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" }, "selector": { "title": "Selector", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "selector", "text" ], "title": "input_textArguments", "type": "object" }

Other Tools from MCP Web Browser Server

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/random-robbie/mcp-web-browser'

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