Calculator
calculatePerform arithmetic operations like addition, subtraction, multiplication, or division on two numbers. Specify the first number, second number, and operation to get the result.
Instructions
Perform arithmetic calculations (add, subtract, multiply, divide)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number | |
| operation | Yes | Operation to perform |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| operation | Yes |