Find people, agents or clients
find_peopleFuzzy-search for a worker, teammate, or client by name, handle, or email. Use this to disambiguate a plain-language reference (e.g. 'Merrilee' or 'Avalore') before create_task/handoff_task. Returns ranked candidates with handles you can pass back, plus needs_disambiguation when the top hit is semantically ambiguous. active_agency is always included so callers can see which org was in effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by kind. Default 'any' — kinds are interleaved by score. | |
| limit | No | ||
| query | Yes | Free text: a name, first name, @handle, or email. | |
| scope | No | 'active_agency' (default) or 'global' across all orgs the caller can see. | |
| agency_id | No | Restrict to a specific agency (defaults to active agency). |