Skip to main content
Glama

Calculator MCP Server

by tech-sushant

power

Calculate exponential values by raising a base number to any exponent power for mathematical operations and scientific calculations.

Instructions

Raise first number to the power of second number

Input Schema

NameRequiredDescriptionDefault
baseYesBase number
exponentYesExponent

Input Schema (JSON Schema)

{ "properties": { "base": { "description": "Base number", "type": "number" }, "exponent": { "description": "Exponent", "type": "number" } }, "required": [ "base", "exponent" ], "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