sum
Calculate the total of two numbers. Use this tool to perform addition operations by providing two numerical values as inputs.
Instructions
Add two numbers together. Use this tool when you need to sum or add two numbers.
Args: a: The first number to add b: The second number to add
Returns: The sum of the two numbers
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |