Skip to main content
Glama

firefox-devtools-mcp

accept_dialog

Accept browser dialogs like alerts, confirms, and prompts during automated testing. Enter text for prompt dialogs and handle dialog interactions in Firefox browser automation.

Instructions

Accept the active browser dialog (alert/confirm/prompt). For prompts, you may provide promptText. Returns an error if no dialog is open.

Input Schema

NameRequiredDescriptionDefault
promptTextNoText to enter in a prompt dialog (optional, only for prompt dialogs)

Input Schema (JSON Schema)

{ "properties": { "promptText": { "description": "Text to enter in a prompt dialog (optional, only for prompt dialogs)", "type": "string" } }, "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/freema/firefox-devtools-mcp'

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