Skip to main content
Glama

mcp-toolkittest

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

NameRequiredDescriptionDefault
aYes第一个数字
bYes第二个数字

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "description": "第一个数字", "type": "number" }, "b": { "description": "第二个数字", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }
Install Server

Other Tools from mcp-toolkittest

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/liaotaodcx8/toolkittest'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server