Skip to main content
Glama

MCP Browser Server

by Wladastic

get_console_logs

Retrieve and filter browser console logs by level (log, info, warn, error, debug) with an option to clear logs afterward. Enhances debugging and monitoring capabilities in Playwright-based browser automation.

Instructions

Get console logs from the browser

Input Schema

NameRequiredDescriptionDefault
clearNoClear console logs after retrieving
levelNoFilter logs by level

Input Schema (JSON Schema)

{ "properties": { "clear": { "default": false, "description": "Clear console logs after retrieving", "type": "boolean" }, "level": { "description": "Filter logs by level", "enum": [ "log", "info", "warn", "error", "debug" ], "type": "string" } }, "type": "object" }

Other Tools from MCP Browser Server

Related Tools

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/Wladastic/mcp-browser-server'

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