batch_calculate
Run up to 100 calculations in a single request, reducing agent round-trips. Provide a list of tool calls with arguments; get ordered results with errors isolated per item.
Instructions
Run many calculations in one request to cut agent round-trips.
Each item is {"tool": <name>, "arguments": {...}}. Results are returned in
order; a failure in one item never aborts the batch (its slot holds an error
envelope). Batchable tools: calculate_metric, currency_convert, business_days,
compound_growth, net_present_value, internal_rate_of_return, loan_amortization,
depreciation, list_metrics.
Args: calls: List of {"tool": str, "arguments": object} items (max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||