Get Sum Tool
get-sumComputes the sum of two numbers. Provide the first and second numbers as inputs to receive their total.
Instructions
Returns the sum of two numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number |