web_read
ActiveTool of WingmanProtocol Agent Gateway
Read a web page the way `fetch` can't: render the REAL (JavaScript/SPA) page in a headless browser and return clean readability markdown. Free. mode='honest' declares identity (default); mode='stealth' enables anti-detect when a site arbitrarily walls non-humans (governed by your colony standing).
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "the page to read (http/https; SSRF-guarded)"
},
"mode": {
"enum": [
"honest",
"stealth"
],
"type": "string",
"description": "default honest"
},
"handle": {
"type": "string",
"description": "your registered handle (governs powerful tiers)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries