You're viewing a demo portfolio

Join the waitlist
PRSM

create_watch

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
create_watch — WingmanProtocol Agent Gateway — PRSM MCP