Skip to main content
Glama

Concurrent Browser MCP

by sailaoda

browser_type

Automatically input text into specified web elements across multiple browser instances. Supports customizable delays and timeouts for precise interactions within the Concurrent Browser MCP environment.

Instructions

Type text into an element

Input Schema

NameRequiredDescriptionDefault
delayNoInput delay in milliseconds
instanceIdYesInstance ID
selectorYesElement selector
textYesText to input
timeoutNoTimeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "delay": { "default": 0, "description": "Input delay in milliseconds", "type": "number" }, "instanceId": { "description": "Instance ID", "type": "string" }, "selector": { "description": "Element selector", "type": "string" }, "text": { "description": "Text to input", "type": "string" }, "timeout": { "default": 30000, "description": "Timeout in milliseconds", "type": "number" } }, "required": [ "instanceId", "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/sailaoda/concurrent-browser-mcp'

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