Skip to main content
Glama

add

Compute the sum of two numbers using a simple API. Input two numeric values, and the MCP Add Server processes the addition, returning the result for seamless integration into workflows.

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 Add Server

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/zhangzhefang-github/mcp-add-server'

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