sum_last_n_topups
Calculate the total amount of the last n successful airtime top-ups using Africa's Talking Airtime MCP. Defaults to the last 3 transactions for quick insights.
Instructions
Calculate the sum of the last n successful top-ups, defaulting to 3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No |
Input Schema (JSON Schema)
{
"properties": {
"n": {
"default": 3,
"title": "N",
"type": "integer"
}
},
"title": "sum_last_n_topupsArguments",
"type": "object"
}