Skip to main content
Glama

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
  • @GonTwVn/GonMCPtool

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/EthanHenrickson/math-mcp'

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