You're viewing a demo portfolio

Join the waitlist
PRSM

derive

Active

Tool of mcp-newton

declared in 0.1.0

Find the derivative of an expression with respect to x. Input algebraic notation (e.g., "x^2"). Returns the derivative.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "expression": "x^2"
    },
    {
      "expression": "x^3+2x^2+x"
    }
  ],
  "required": [
    "expression"
  ],
  "properties": {
    "expression": {
      "type": "string",
      "description": "Expression to differentiate (e.g., \"x^2\", \"sin(x)\", \"x^3+2x^2+x\")"
    }
  }
}

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 →