You're viewing a demo portfolio

Join the waitlist
PRSM

evaluate

Active

Tool of mathjs

declared in 0.1.0

Evaluate mathematical expressions: arithmetic, algebra, trigonometry, statistics. Returns computed result. E.g., "2+2", "sin(pi/2)", "sqrt(16)", "mean([1,2,3])". Use when you need to calculate or simplify math.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "expression": "2 + 3 * 4"
    },
    {
      "expression": "sin(pi/2)"
    }
  ],
  "required": [
    "expression"
  ],
  "properties": {
    "expression": {
      "type": "string",
      "description": "Mathematical expression to evaluate (e.g., \"2 + 3 * 4\", \"sqrt(16)\", \"sin(pi/2)\", \"det([1,2;3,4])\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mathjs

https://github.com/pipeworx-io/mcp-mathjs

1/7 registries
View full server →