ask_via_telegram
Send questions via Telegram to your phone and receive answers. Supports multiple-choice buttons with optional free-text input.
Instructions
텔레그램으로 질문을 보내고 사용자의 답을 받을 때까지 기다린다(long-poll).
사용자가 선택지를 골라야 하는 상황이면 터미널 팝업 대신 이 도구를 쓴다. options 를 주면 번호 버튼으로 표시되고, allow_free_text=True 면 버튼 외 자유 입력도 받는다. options 가 비어 있으면 순수 주관식 질문이 된다.
반환: 답함: {ok, answered:true, answer, via:"button"|"text", option_index: int|None, is_custom: bool} 시간초과: {ok, answered:false, timeout:true, waited_sec} → timeout 이면 Claude 는 평소처럼 터미널에서 다시 물어보면 된다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| question | Yes | ||
| allow_free_text | No |