You're viewing a demo portfolio

Join the waitlist
PRSM

browser_console_messages

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Return console.log/warn/error events captured since the last drain. Filter by level ('log'|'info'|'warning'|'error'|'debug') and/or pattern (regex). Buffer caps at 500 entries; oldest are dropped first. Set clear=false to peek without draining.

Parameters schema

{
  "type": "object",
  "title": "tool_console_messagesArguments",
  "required": [
    "page_id"
  ],
  "properties": {
    "clear": {
      "type": "boolean",
      "title": "Clear",
      "default": true
    },
    "level": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Level",
      "default": null
    },
    "page_id": {
      "type": "string",
      "title": "Page Id"
    },
    "pattern": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Pattern",
      "default": null
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
browser_console_messages — io.github.saloprj/dialogbrain — PRSM MCP