Skip to main content
Glama

mcp-toolkittest

number_add

Calculate the sum of two numbers using this tool. Input two numeric values to return the result of their addition quickly and accurately.

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" }

Other Tools from mcp-toolkittest

Related Tools

  • @riteshbangal/BuildMcpServer
  • @bahfahh/mcptest
  • @GonTwVn/GonMCPtool
  • @parameshwaran1/mcpserverexample
  • @kelseyee/mcp_calculator
  • @joeguo911/mcp-demo

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