You're viewing a demo portfolio

Join the waitlist
PRSM

factor

Active

Tool of mcp-newton

declared in 0.1.0

Factor a polynomial into irreducible factors. Input polynomial (e.g., "x^2-1" or "x^2+3x+2"). Returns factored form.

Parameters schema

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-newton

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

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