tascan_list_workers
List workers (taskees) in the organization. Supports filtering by name/email/phone substring, contact-info presence, and last-activity date. Each row includes completion_count (total task completions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Substring match on name, email, or phone | |
| has_email | No | true/false — same for email | |
| has_phone | No | true = only workers with a phone on file; false = only without | |
| active_since | No | ISO date/datetime — only workers with last_active_at on/after this | |
| include_inactive | No | true = also include inactive workers (e.g. tombstones left by a merge or delete) — useful for auditing right after tascan_merge_workers / tascan_delete_worker |