calculator
Perform addition, subtraction, multiplication, or division on two numbers to compute the result.
Instructions
Performs basic arithmetic (add, subtract, multiply, divide) on two numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number. | |
| b | Yes | The second number. | |
| operation | Yes | The math operation to perform: add, subtract, multiply, or divide. |