add
Sum two numbers to get their total. Use for basic addition of any numeric values.
Instructions
Adds two numbers. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstNumber | Yes | The first addend | |
| secondNumber | Yes | The second addend |