Skip to main content
Glama

HelloWorld MCP Server

by gemyago

add

Calculate the sum of two numbers using the tool from HelloWorld MCP Server. Input two numerical values (a and b) to receive their total.

Instructions

Add two numbers together

Input Schema

NameRequiredDescriptionDefault
aYesFirst number
bYesSecond number

Input Schema (JSON Schema)

{ "properties": { "a": { "description": "First number", "type": "number" }, "b": { "description": "Second number", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

Other Tools from HelloWorld MCP 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/gemyago/typescript-mcp-boilerplate'

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