calculate
Perform arithmetic calculations by providing two numbers and selecting an operation: add, subtract, multiply, or divide. Returns the result.
Instructions
Perform basic arithmetic calculations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number | |
| operation | Yes | The operation to perform |