{ "name": "browser_handle_dialog", "description": "Handle a dialog", "inputSchema": { "properties": { "accept": { "description": "Whether to accept the dialog.", "type": "boolean" }, "promptText": { "description": "The text of the prompt in case of a prompt dialog.", "type": "string" } }, "required": [ "accept" ], "type": "object" } }