contacts_needing_attention
Find contacts you haven't interacted with recently - the "who am I neglecting?" query. Returns contacts sorted by staleness (longest since last interaction first). Contacts with zero interactions are included and sorted first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 20) | |
| status | No | Contact status filter (default: active) | |
| tag_name | No | Filter to contacts with this tag (e.g., "close friends") | |
| is_favorite | No | Filter to favorites only | |
| days_since_last_interaction | No | Minimum days since last activity to be included (default: 30) |