Skip to main content
Glama

MCP Server

by mikefey

calculate_sum

Add two numbers together using the MCP Server. Input values 'a' and 'b' to get the sum quickly and accurately.

Instructions

Add two numbers together

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Server

Related Tools

  • @wrtnlabs/calculator-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
  • @psaboia/mcp-server-playground
  • @wudongjie/example-mcp-server
  • @githubpradeep/calc-mcp72
  • @firebase/genkit

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/mikefey/mcp-server'

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