evaluate_math
Input a mathematical expression as a string and receive the computed result, with safety checks to prevent code execution.
Instructions
Safely evaluate mathematical expressions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Mathematical expression to evaluate (e.g., '2 + 3 * 4') |