You're viewing a demo portfolio

Join the waitlist
PRSM

check_replies

Active

Tool of pingwa

declared in 1.28.1

Pull inbound WhatsApp messages the human sent to pingwa (out-of-band instructions, or late answers to an `ask`). `since` is a cursor from a previous call (pass it back to get only newer messages); `wait` long-polls up to that many seconds for something to arrive. Returns the messages and a new cursor.

Parameters schema

{
  "type": "object",
  "title": "check_repliesArguments",
  "properties": {
    "wait": {
      "type": "integer",
      "title": "Wait",
      "default": 0
    },
    "since": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Since",
      "default": null
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

pingwa

https://github.com/grzgrzgrz3/pingwa-client

1/7 registries
View full server →