Skip to main content
Glama

MCP Math Server

square

Calculate the square of any number to determine its value multiplied by itself, useful for mathematical computations and problem-solving.

Instructions

Calculate the square of a number

Input Schema

NameRequiredDescriptionDefault
aYes

Input Schema (JSON Schema)

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

Latest Blog Posts

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/codewithmsunke/MCPMathTools'

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