calculator
Add, subtract, multiply, or divide two numbers to get their result.
Instructions
Perform basic arithmetic operations: add, subtract, multiply, or divide two numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number | |
| b | Yes | The second number | |
| operation | Yes | The arithmetic operation to perform |