Skip to main content
Glama

Python MCP Server

addNumbers

Add two integers together to calculate their sum. This tool accepts two integer inputs and returns the total value for mathematical calculations.

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

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

Other Tools from Python MCP Server

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/Yoshua-Carrera/python-mcp-server'

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