tascan_list_workers
List and filter organization workers by name, email, phone, contact info, or last active date, with task completion totals per worker. Include inactive workers to audit after merges or deletions.
Instructions
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 |