wait_for_request
Block until the next webhook arrives, then inspect the captured request. Set a timeout up to 120 seconds to control the wait.
Instructions
Block until the NEXT webhook arrives (or timeout). Use this to say 'I'll wait, trigger your webhook now' and then inspect what comes in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_seconds | No | How long to wait, max 120s (default 30) |