zeph_prompt
Send a push notification prompting the user to select from predefined options. Blocks execution until a choice is made or timeout occurs.
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 |
|---|---|---|---|
| title | Yes | Question or request title | |
| body | No | Detailed description | |
| 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 |