Skip to main content
Glama

MCP Server Demo

by ranjaka

sum_two_numbers

Calculate the sum of two integers with this tool on the MCP Server Demo, designed to support Java CI/CD workflows and GitLab CI template management.

Instructions

Add two numbers

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "properties": { "a": { "title": "A", "type": "integer" }, "b": { "title": "B", "type": "integer" } }, "required": [ "a", "b" ], "title": "sum_two_numbersArguments", "type": "object" }
Install Server

Other Tools from MCP Server 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/ranjaka/mcp-server-demo'

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