Addition Tool
addCalculates the sum of two numbers and returns the result. Use this operation to combine two numeric values into their total.
Instructions
Add two numbers together
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| operation | Yes |