searchPeopleByTag
Search for people by tags using comma-separated input for OR matching. Supports pagination and result limits.
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 |