Apple Contacts Query Contacts.app via AppleScript. Quick Lookups Full Contact Info ⚠️ Don't use — buggy. Use this pattern: Phone Lookup ⚠️ Exact string match required — must match stored format exactly. | Stored | Search | Works? | |--------|--------|--------| | | | ✅ | | | | ❌ | Try with prefix first. If fails, search by name instead. Name Search - Case-insensitive - Partial match with - Exact match: use instead of Output Returns comma-separated: No match = empty output (not an error). ---