Skip to main content
Glama

multiply

Perform precise multiplication of two numbers using the Math-MCP server. Input two numerical values to calculate their product accurately through a simple API.

Instructions

Multiplies two numbers together

Input Schema

NameRequiredDescriptionDefault
SecondNumberYesThe second number
firstNumberYesThe first number

Input Schema (JSON Schema)

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

Other Tools from Math-MCP

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

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