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