cricket_get_pitch_report
Summarize pitch characteristics for a cricket venue: batting friendliness rating, expected first innings score, pitch type, and recommendation.
Instructions
Summarise pitch characteristics for a venue.
Args:
venue: Venue key (e.g. wankhede), official name, or city.
Returns: data: {batting_friendly 0..1, expected_first_inn, recommendation, venue, pitch_type}. meta.source: which adapter served the venue record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue | Yes | Venue key (e.g. ``wankhede``), official name, or city. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |