Skip to main content
Glama

Browser Agent MCP

browser_fill

Automate text input into web forms by specifying a CSS selector and desired value, enabling efficient form filling through browser automation.

Instructions

Fill a form input with text

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for input field
valueYesText to enter in the field

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for input field", "type": "string" }, "value": { "description": "Text to enter in the field", "type": "string" } }, "required": [ "selector", "value" ], "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/imprvhub/mcp-browser-agent'

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