get_user_status
Verify whether one or more phone numbers are registered Signal users, helping you avoid sending messages to unregistered contacts.
Instructions
Check whether one or more phone numbers are registered Signal users. Queries Signal's servers for each number and returns a registered/unregistered status. Accepts a list so you can batch-check multiple numbers in a single call. Useful before sending to an unknown number to avoid 'unregistered user' delivery failures. Note: privacy-mode accounts or numbers that have opted out of discoverability may show as unregistered even if they actively use Signal. Use before sending to a new contact to confirm they are reachable on Signal. Do NOT use to look up contact profile details — use get_profile for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipients | Yes | List of phone numbers (E.164) to check |