Skip to main content
Glama

AutoProbeMCP

by Wladastic

get_console_logs

Retrieve browser console logs with filtering by level and optional clearing. Designed for AI-assisted web automation on the AutoProbeMCP server using Playwright.

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 AutoProbeMCP

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/AutoProbeMCP'

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