zeph_prompt
Presents a push notification with 2-4 selectable options, pausing execution until the user responds or timeout occurs. Use to gather confirmations or choices from users.
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 |