Skip to main content
Glama

MCP Hello World

by MillCityAI

add

Performs addition of two numbers using a structured input schema. Designed for integration testing and MCP client development within the MCP Hello World server, ensuring reliable functionality and clear parameter requirements.

Instructions

Adds two numbers

Input Schema

NameRequiredDescriptionDefault
aYesThe first number
bYesThe second number

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "description": "The first number", "type": "number" }, "b": { "description": "The second number", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

Other Tools from MCP Hello World

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/MillCityAI/mcp-hello-world'

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