Math-MCP

by EthanHenrickson
Verified

multiply

Calculate the product of two numbers by providing the first and second factors. This tool ensures precise multiplication for accurate numerical results.

Instructions

Multiplies two numbers together

Input Schema

NameRequiredDescriptionDefault
firstFactorYesThe first factor
secondFactorYesThe second factor

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "firstFactor": { "description": "The first factor", "type": "number" }, "secondFactor": { "description": "The second factor", "type": "number" } }, "required": [ "firstFactor", "secondFactor" ], "type": "object" }

You must be authenticated.

Other Tools from Math-MCP

Related Tools

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