Skip to main content
Glama

Firefox MCP Server

by JediLuke

clear_debug_buffers

Clears debug event buffers for specific tab activities, including console, errors, network, and websocket logs, in Firefox MCP Server for improved debugging efficiency.

Instructions

Clear debug event buffers for a tab

Input Schema

NameRequiredDescriptionDefault
tabIdNo
typesNo

Input Schema (JSON Schema)

{ "properties": { "tabId": { "type": "string" }, "types": { "items": { "enum": [ "console", "errors", "network", "websocket" ], "type": "string" }, "type": "array" } }, "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