Skip to main content
Glama

add

Add two numbers together to calculate their sum. This tool performs basic addition for mathematical calculations.

Instructions

Add two numbers together.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aYes
bYes

Implementation Reference

  • server.py:73-76 (handler)
    The 'add' tool handler function that adds two floating-point numbers. It is registered using the @mcp.tool() decorator, with input schema defined by the type hints (a: float, b: float) and output float.
    @mcp.tool() def add(a: float, b: float) -> float: """Add two numbers together.""" return a + b

Latest Blog Posts

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/vipankumar87/MCP-Example'

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