search_contacts
Search iMessage contacts by phone number or email address to find handles with service type and conversation count.
Instructions
Search for contacts/handles in the iMessage database.
Searches by phone number or email address. Returns matching handles with their service type and conversation count.
Args: query: Search query (phone number or email, partial matches supported) limit: Maximum number of results to return (default: 20)
Returns: Dictionary containing: - results: List of matching handles with id, service, conversation_count - total: Total number of matches - query: The normalized search query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |