zeph_prompt
Send a push notification with predefined choice options to the user and block until a response is received or timeout expires.
Instructions
Ask the user to choose from predefined options via push notification. The tool blocks until the user responds or the timeout is reached. Requires ZEPH_HOOK_ID environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Detailed description | |
| title | Yes | Question or request title | |
| actions | Yes | Choice options (2-4 items) | |
| timeout | No | Seconds to wait for response (default: 120) | |
| fallback | No | Action ID to auto-select on timeout |