zeph_input
Sends a push notification to request user text input (text, password, or multiline). Blocks execution until response or timeout.
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 |
|---|---|---|---|
| body | No | Instructions or context | |
| title | Yes | Input request title | |
| timeout | No | Seconds to wait for response (default: 120) | |
| inputType | No | Input field type | text |
| placeholder | No | Input placeholder hint |