Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Web Browser Server
by
random-robbie
Verified
GitHub
Browser Automation
Python
MIT License
8
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
input_text
Copy
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
Name
Required
Description
Default
context
No
selector
Yes
text
Yes
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" }
Install Server
You must be
authenticated
.
Other Tools
browse_to
click_element
extract_text_content
get_page_links
get_page_screenshots
input_text