You're viewing a demo portfolio

Join the waitlist
PRSM

browser_network_requests

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

List HTTP requests the page made since open or last drain. Optional filters: method (GET/POST/...), url_pattern (regex), status_min (e.g. 400 for errors). Captures up to 200 most recent requests per page.

Parameters schema

{
  "type": "object",
  "title": "tool_network_requestsArguments",
  "required": [
    "page_id"
  ],
  "properties": {
    "clear": {
      "type": "boolean",
      "title": "Clear",
      "default": false
    },
    "method": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Method",
      "default": null
    },
    "page_id": {
      "type": "string",
      "title": "Page Id"
    },
    "status_min": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Status Min",
      "default": null
    },
    "url_pattern": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Url Pattern",
      "default": null
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

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

1/7 registries
View full server →