Phone number intelligence
phone_lookupReturn a supplementary, low-confidence intelligence bundle for a phone number: validity, formatting, line type, range carrier, country, caller name (CNAM, where available), STIR/SHAKEN verstat (supply the call's verstat to fold it into the spam signal), a labeled spam signal, and a first-party do-not-contact (DNC) signal — a suppression preference registered by the number's own owner, never a copy of any government registry. Advisory only — the agent keeps every routing and dialing decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Phone number in E.164, e.g. +14155552671 (loose input is normalized). | |
| verstat | No | Optional STIR/SHAKEN verstat for THIS call — TN-Validation-Passed / -Failed / No-TN-Validation, or a full Identity / P-Asserted-Identity header value. When supplied it folds into the risk signal (a failed validation raises it). | |
| max_cache_age_seconds | No | Operator TTL control; 0 forces a fresh dip. |