GonMCPtool

add

Perform addition of two numbers using this tool. Input two numerical values to receive their sum, ensuring accurate calculations for your projects.

Instructions

簡單的加法計算工具

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "type": "number" }, "b": { "type": "number" } }, "required": [ "a", "b" ], "type": "object" }
ID: 8xcb3w59pl