Skip to main content
Glama

Firefox MCP Server

by JediLuke

get_all_debug_activity

Retrieve a combined feed of all debug events on the Firefox MCP Server, enabling detailed monitoring and troubleshooting of browser automation activities. Specify tab ID, time range, and event limit for precise debugging.

Instructions

Get combined feed of all debug events

Input Schema

NameRequiredDescriptionDefault
limitNo
sinceNo
tabIdNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "type": "number" }, "since": { "type": "number" }, "tabId": { "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/JediLuke/firefox-mcp-server'

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