Skip to main content
Glama

MCP Server Deepdive

add_two_numbers

Add two specified numbers together to calculate their sum. This tool is part of the MCP Server Deepdive, designed for straightforward numerical operations.

Instructions

Adds two numbers together. Args: a -- the first number b -- the second number Returns: The sum of a and b

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "properties": { "a": { "title": "a", "type": "string" }, "b": { "title": "b", "type": "string" } }, "required": [ "a", "b" ], "title": "add_two_numbersArguments", "type": "object" }
Install Server

Other Tools from MCP Server Deepdive

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/KrishnaPapana/mcpserverexample'

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