add
Perform addition of two numbers using the Math-MCP API, enabling accurate numerical calculations for LLMs by specifying two addends as inputs.
Instructions
Adds two numbers together
Input Schema
Name | Required | Description | Default |
---|---|---|---|
firstNumber | Yes | The first addend | |
secondNumber | Yes | The second addend |