Skip to main content
Glama

DillyDallyMCP

by DIodide

add_integers

Calculate the sum of two integers by providing both numbers as input to get their total value.

Instructions

Adds two integers together

Input Schema

NameRequiredDescriptionDefault
aYesFirst integer
bYesSecond integer

Input Schema (JSON Schema)

{ "properties": { "a": { "description": "First integer", "type": "number" }, "b": { "description": "Second integer", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

Other Tools from DillyDallyMCP

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/DIodide/DillyDallyMCP'

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