What's Promising
whats_promisingReview your current job board: view scored jobs and evaluate unscored jobs with descriptions to assess fit.
Instructions
List the current job board as text: every scored job (with its id) and any UNSCORED jobs with their ids + descriptions so you can evaluate them. To score the unscored ones, call evaluate_jobs with the EXACT bracketed ids shown. Use this to review jobs already found (find_jobs only returns brand-new ones). To re-score jobs that ALREADY have a score, use rescore_board instead. To DISPLAY the board widget to the user, call show_board (this returns text for you to act on).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max unscored jobs to surface for evaluation (default 15). |