MCP Calc Tools

logarithm

Calculate logarithm with any base

Input Schema

NameRequiredDescriptionDefault
baseNo
valueYes

Input Schema (JSON Schema)

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