Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

handleDialog

Control browser dialogs (alerts, confirms, prompts) by accepting, dismissing, or entering text. Simplify web automation workflows with precise dialog handling.

Instructions

Handle browser dialogs (alerts, confirms, prompts)

Input Schema

NameRequiredDescriptionDefault
acceptYesWhether to accept (true) or dismiss (false) the dialog
promptTextNoText to enter in prompt dialogs (optional)

Input Schema (JSON Schema)

{ "properties": { "accept": { "description": "Whether to accept (true) or dismiss (false) the dialog", "type": "boolean" }, "promptText": { "description": "Text to enter in prompt dialogs (optional)", "type": "string" } }, "required": [ "accept" ], "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/jomon003/PlayMCP'

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