Skip to main content
Glama

MCP Demo Server

by joeguo911

add

Calculate the sum of two numbers by inputting values into the demonstration server's tool. Designed for basic mathematical operations, this feature supports AI assistant integration and efficient calculation.

Instructions

Add two numbers together

Input Schema

NameRequiredDescriptionDefault
aYesFirst number to add
bYesSecond number to add

Input Schema (JSON Schema)

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

Other Tools from MCP Demo Server

Related Tools

  • @GonTwVn/GonMCPtool
  • @bahfahh/mcptest
  • @Mtar786/mcpServer
  • @gemyago/typescript-mcp-boilerplate
  • @psaboia/mcp-server-playground
  • @wudongjie/example-mcp-server

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/joeguo911/mcp-demo'

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