Skip to main content
Glama

Firefox MCP Server

by JediLuke

get_console_logs

Retrieve captured console logs from Firefox browser tabs, filter by log types, timestamp, or limit results for debugging and automation purposes.

Instructions

Get captured console logs from browser

Input Schema

NameRequiredDescriptionDefault
limitNoMax number of logs to return
sinceNoTimestamp to filter logs since
tabIdNo
typesNoFilter by log types

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Max number of logs to return", "type": "number" }, "since": { "description": "Timestamp to filter logs since", "type": "number" }, "tabId": { "type": "string" }, "types": { "description": "Filter by log types", "items": { "enum": [ "log", "error", "warn", "info", "debug" ], "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