Skip to main content
Glama

Calculator MCP Server

by tech-sushant

sqrt

Calculate the square root of any positive number using this mathematical tool. Enter a number to get its square root value with proper error handling for invalid inputs.

Instructions

Calculate square root of a number

Input Schema

NameRequiredDescriptionDefault
numberYesNumber to calculate square root of

Input Schema (JSON Schema)

{ "properties": { "number": { "description": "Number to calculate square root of", "type": "number" } }, "required": [ "number" ], "type": "object" }

Other Tools from Calculator MCP Server

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/tech-sushant/calculator-mcp'

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