Check a stated figure against DraftCall data
verify_claimVerify any player stat claim before quoting it. Returns whether the figure matches and provides the actual value when it doesn't.
Instructions
Check a number you are about to state, or one a user has stated, against DraftCall data for one player: points per game, games played, bye week, positional rank, or any season stat such as rushingYards or receptions. Returns whether the figure matches and the actual value when it does not. Use this before quoting a figure from memory, and whenever a user asserts a stat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The figure being checked. | |
| metric | Yes | Which figure to check. ppg is points per game in scoring_format; rank is positional rank; the rest are season totals. | |
| player | Yes | Player name, e.g. "Puka Nacua". | |
| scoring_format | No | Scoring format. ppr awards 1 point per reception, half_ppr 0.5, standard 0. Defaults to half_ppr, the most common league setting. | half_ppr |