cricket_player_form_index
Calculates a 0-100 form score for any cricket player using recent innings data. Returns trend direction and sample size for context.
Instructions
Report a 0-100 form score for a player using the player_stats chain.
Args: player_id: Upstream player identifier (CricAPI/Cricbuzz id).
Returns: data.form_score: 0..100 indicator. data.trend: "rising" / "stable" / "falling". data.samples: how many recent innings were available. meta.source: which adapter served the underlying stats. meta.estimated: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | Upstream player identifier (CricAPI/Cricbuzz id). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |