Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Math-MCP
by
EthanHenrickson
Verified
GitHub
TypeScript
MIT License
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
multiply
Multiplies two numbers together
Input Schema
Name
Required
Description
Default
firstFactor
Yes
The first factor
secondFactor
Yes
The 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" }
Install Server
You must be
authenticated
.
Other Tools
add
subtract
multiply
division
sum
mean
median
mode
min
max
floor
ceiling
round