find_featurebase_user
Search Featurebase boards to find user IDs by matching a partial name (min 2 chars) in post authors and recent comments.
Instructions
Look up user IDs by partial name match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Partial name to search for, case-insensitive. Minimum 2 characters to avoid matching everything on boards with common one-letter fragments (e.g. 'a' would otherwise surface every user with 'A' in their name). Scans post authors and the comment threads of the N most recent posts with comments. Example: 'Krishna' returns 'Krishna - Remalt Dev' if they've posted or commented on the board. | |
| sampleSize | No | How many recent posts with comments to scan for comment authors. Default 5 (cached comments make this cheap). Set to 0 to skip comment scanning — only post authors will be returned. Max 20. |