calculate
Perform basic arithmetic operations like addition, subtraction, multiplication, and division with two operands. Supports progress notifications for streaming calculations directly from the MCP server.
Instructions
Perform a basic arithmetic calculation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | First operand | |
b | Yes | Second operand | |
op | Yes | Operation to perform | |
stream | No | If true, emit progress notifications |