Calculator MCP

by wrtnlabs
Verified

mod

Calculate the modulo of two numbers to determine the remainder after division. Use this tool for precise mathematical operations within the Calculator MCP server.

Instructions

Mod two numbers

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "type": "number" }, "b": { "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

You must be authenticated.

Other Tools from Calculator MCP

Related Tools

  • @wrtnlabs/calculator-mcp
  • @githubpradeep/calc-mcp72
  • @githubpradeep/calc-mcp71
  • @YuheiNakasaka/arithmetic-mcp-server
  • @EthanHenrickson/math-mcp
ID: or17qswqzb