Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur

advanced_calculate

Perform complex mathematical calculations including factorials, logarithms, combinations, and permutations. Input specific parameters like operation type, numbers, and base for precise results.

Instructions

Perform advanced mathematical operations (factorial, log, combinations, permutations)

Input Schema

NameRequiredDescriptionDefault
baseNoBase for logarithm (default: e)
kNoSecondary input for combinations/permutations
nYesPrimary input
operationYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "base": { "description": "Base for logarithm (default: e)", "type": "number" }, "k": { "description": "Secondary input for combinations/permutations", "type": "number" }, "n": { "description": "Primary input", "type": "number" }, "operation": { "enum": [ "factorial", "log", "combinations", "permutations" ], "type": "string" } }, "required": [ "operation", "n" ], "type": "object" }
Install Server

Other Tools from example-mcp-server-stdio

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/yigitkonur/example-mcp-server-stdio'

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