browser_network_requests
ActiveTool of io.github.saloprj/dialogbrain
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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries