derive
ActiveTool 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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-newton
https://github.com/pipeworx-io/mcp-newton
2/7 registries