Smithery

browser_network_errors

Get failed network requests (4xx/5xx responses) captured during the browser session. Useful for identifying broken API calls, missing resources, and backend errors.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called browser_network_errors? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 100,
      "minimum": 1,
      "description": "Max number of errors to return"
    },
    "sessionId": {
      "type": "string",
      "description": "Session ID from browser_navigate"
    }
  }
}