get_incidence_history
Retrieve weekly malaria incidence per 1,000 population and rainfall data for any province in Angola, with optional date range filtering and row limits to support outbreak analysis.
Instructions
Return weekly malaria incidence history for one province.
Args: province: Province name, case-insensitive (e.g. "Luanda", "moxico"). start_week: Optional ISO date (YYYY-MM-DD) lower bound. end_week: Optional ISO date (YYYY-MM-DD) upper bound. max_weeks: Cap on returned rows, most recent first. Defaults to 52.
Returns incidence per 1,000 population and the rainfall driver per week.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_week | No | ||
| province | Yes | ||
| max_weeks | No | ||
| start_week | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |