pubsub_poll
Pub/sub: fetch messages on a topic newer than a sequence number. Send { topic, token, since? }. [x402 paid tool — price $0.003; POST /api/pubsub/poll]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Return messages with seq greater than this | |
| token | Yes | Your secret token | |
| topic | Yes | Topic name |