lore_get_suggestions
Retrieve pending link suggestions sorted by quality score for review. Returns top candidates from the sweep engine's pending queue to evaluate and accept or reject.
Instructions
Retrieve pending link suggestions for review, sorted by quality score.
Returns the top candidates from the sweep engine's pending queue.
Use lore_review_suggestion to accept or reject them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max suggestions to return (default 20, capped at 100). | |
| min_score | No | Minimum weighted_score filter, 0.0-1.0 (default 0.0 = all). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||