zeph_input
Request text input from users via push notification. Blocks execution until user responds or timeout, enabling interactive data collection in automated workflows.
Instructions
Request text input from the user 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 | Input request title | |
| body | No | Instructions or context | |
| placeholder | No | Input placeholder hint | |
| inputType | No | Input field type | text |
| timeout | No | Seconds to wait for response (default: 120) |