You're viewing a demo portfolio

Join the waitlist
PRSM

simplify

Active

Tool of mcp-newton

declared in 0.1.0

Reduce a mathematical expression to its simplest form. Input algebraic notation (e.g., "2^2+2(2)"). Returns simplified result.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "expression": "2^2+2(2)"
    },
    {
      "expression": "x^2+2x+1"
    }
  ],
  "required": [
    "expression"
  ],
  "properties": {
    "expression": {
      "type": "string",
      "description": "Mathematical expression to simplify (e.g., \"2^2+2(2)\", \"x^2+2x+1\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-newton

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

2/7 registries
View full server →
simplify — mcp-newton — PRSM MCP