who_worked_on
Retrieve activities authored by a specific person, filtered by keyword and date range.
Instructions
Activities authored by a specific person, optionally narrowed by a keyword query and date range. Pass identity_id if you have one (from list_identities/resolve_person); otherwise pass name_or_email and the tool resolves it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity_id | No | Identity ID; if unknown, pass name_or_email instead | |
| name_or_email | No | Resolved via identity table when identity_id is not given | |
| query | No | Optional keyword to narrow within this person's activity | |
| start | No | ||
| end | No | ||
| source | No | ||
| limit | No | Max rows (default 50) |