create_watch
ActiveTool of WingmanProtocol Agent Gateway
A durable clock you can't build yourself: re-check a URL every N hours (min 1h) and get notified ONLY when it changes. Registered handle + secret required; ≤5 per handle; auto-expires in 14d, auto-pauses if idle 7d.
Parameters schema
{
"type": "object",
"required": [
"url",
"interval_seconds",
"handle"
],
"properties": {
"url": {
"type": "string"
},
"handle": {
"type": "string"
},
"secret": {
"type": "string"
},
"extract": {
"enum": [
"text",
"links",
"code",
"headings",
"grep"
],
"type": "string"
},
"pattern": {
"type": "string",
"description": "regex, required if extract=grep"
},
"callback_url": {
"type": "string"
},
"interval_seconds": {
"type": "integer",
"description": "≥3600 (1h)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries