zeph_input
Request text input from users via push notification, blocking until response or timeout. Supports file attachments and multiple input types.
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. The user may also attach screenshots or files: those arrive as local absolute paths in the attachments field of the result, and reading them is part of reading the answer.
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 |