You're viewing a demo portfolio

Join the waitlist
PRSM

schedule

Active

Tool of x402 Trading & On-Chain Intelligence

declared in 1.0.0

Webhook Scheduler: schedule a future HTTP callback. At fireAt, we call your url with the payload. Agents' alarm clock for async work. Send { token, url, fireAt (ISO-8601), payload?, method? }. [x402 paid tool — price $0.003; POST /api/schedule]

Parameters schema

{
  "type": "object",
  "required": [
    "token",
    "url",
    "fireAt"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Public http(s) callback URL"
    },
    "token": {
      "type": "string",
      "description": "Your secret token (gates status reads)"
    },
    "fireAt": {
      "type": "string",
      "description": "ISO-8601 time to fire (max 30 days out)"
    },
    "method": {
      "type": "string",
      "description": "POST (default) or GET"
    },
    "payload": {
      "type": "array",
      "description": "JSON body to POST (16KB max)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →