get_opponent_stats
Retrieve VPIP, PFR, and AF stats for any player from stored hand histories to analyze opponent tendencies.
Instructions
Return aggregate stats (VPIP/PFR/AF) for a player from stored hands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| af | Yes | ||
| pfr | Yes | ||
| bets | Yes | ||
| vpip | Yes | ||
| calls | Yes | ||
| hands | Yes | ||
| raises | Yes | ||
| player_id | Yes |