number_add
Calculate the sum of two numbers by providing the values for input parameters 'a' and 'b' using this tool from the mcp-toolkittest server.
Instructions
简单的求和工具,当想要计算两个数字相加后的结果时调用
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | 第一个数字 | |
b | Yes | 第二个数字 |