Skip to main content
Glama

Firefox MCP Server

by JediLuke

create_tab

Generate a new browser tab in Firefox with an isolated session and debugging options, using a specified tab ID and URL, for controlled automation and monitoring.

Instructions

Create a new tab with isolated session and debugging

Input Schema

NameRequiredDescriptionDefault
contextIdNo
enableMonitoringNo
tabIdYes
urlNoabout:blank

Input Schema (JSON Schema)

{ "properties": { "contextId": { "type": "string" }, "enableMonitoring": { "default": true, "type": "boolean" }, "tabId": { "type": "string" }, "url": { "default": "about:blank", "type": "string" } }, "required": [ "tabId" ], "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/JediLuke/firefox-mcp-server'

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