searchPeopleByTag
Find people by one or more tags using OR matching. Specify tags, limit, and offset for paginated results.
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 |