Skip to main content
Glama

example-mcp-server-stdio

by yigitkonur

advanced_calculate

Execute advanced mathematical operations such as factorial, logarithm, combinations, and permutations with precision and ease on the example-mcp-server-stdio platform.

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" }

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