Skip to main content
Glama

MCP Server Deployment Demo

add

Add two integers together using this MCP server tool for mathematical calculations and arithmetic operations.

Instructions

Adds two integers.

Input Schema

NameRequiredDescriptionDefault
xYes
yYes

Input Schema (JSON Schema)

{ "properties": { "x": { "title": "X", "type": "integer" }, "y": { "title": "Y", "type": "integer" } }, "required": [ "x", "y" ], "title": "addArguments", "type": "object" }

Other Tools from MCP Server Deployment Demo

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

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