get_scoring_history
Fetch past scoring decisions with DMF scores and dates to analyze entity history and calibrate future scoring runs.
Instructions
Fetch scoring history for entities from the Knowledge Graph. Returns past scoring decisions (PROCEED_TO_IC, HOLD_FOR_REVIEW, REPOSITION, SCORED) with DMF scores and dates. Use this to see how entities were previously scored and calibrate future scoring runs. Returns both structured records and a compact text format for prompt injection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityName | No | Filter scoring history by entity name | |
| limit | No | Max records to return (default 100, max 500) |