searchPeopleByTag
Find all people with one or more tags. Use comma-separated tags for OR matching, e.g., 'Investor,Buyer' returns contacts with either tag.
Instructions
Find all people with one or more tags. Comma-separate multiple tags for OR matching (e.g. 'Investor,Buyer' returns people with either tag).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Comma-separated tag(s) to search for | |
| limit | No | Max results (default 25, max 100) | |
| offset | No | Offset for pagination |