Find who is waiting on the user
get_unansweredFind WhatsApp chats where someone is still waiting for your reply, including questions, requests, or unheard voice notes, sorted oldest wait first.
Instructions
Chats where the last word is theirs and it asks for something: a question, a request ("poți", "te rog", "can you", "when"…), or a voice note nobody has heard yet. A conversation that ended in "ok, thanks" is not listed, and neither is an ask older than max_age_hours (two weeks by default): that one was abandoned, not left waiting. Groups count only when the user was @-mentioned or replied to after their own last message. A [business] account's ask is often an automatic reply; weigh it accordingly.
People come first, then the oldest wait. Each entry quotes the ask, says how many of their messages arrived since the user's last one, and how long they have been waiting. This is the follow-up half of an inbox triage; use get_recent_messages for what happened, and this for who is still waiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of chats (1-50) | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. | |
| max_age_hours | No | Ignore asks older than this; an ask left for two weeks (the default) is abandoned, not waiting | |
| min_age_hours | No | Only asks at least this old, e.g. 48 for people the user forgot for two days |