Skip to main content
Glama

MCP Browser Debugger

get_console_logs

Retrieve browser console logs for debugging web applications. Filter logs by type (log, error, warning, info) and optionally clear logs after retrieval to maintain clean debugging sessions.

Instructions

Recupera todos os logs do console capturados desde a última navegação

Input Schema

NameRequiredDescriptionDefault
clearNoLimpar logs após recuperação
filterTypeNoFiltrar por tipo de logall

Input Schema (JSON Schema)

{ "properties": { "clear": { "default": false, "description": "Limpar logs após recuperação", "type": "boolean" }, "filterType": { "default": "all", "description": "Filtrar por tipo de log", "enum": [ "all", "log", "error", "warning", "info" ], "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/EmmanuelBarbosaMonteiro/mcp-server-browser'

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