calculator
Perform basic arithmetic operations including addition, subtraction, multiplication, and division on two numbers.
Instructions
Perform arithmetic operations on two numbers. Supported operations: add, subtract, multiply, divide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |