calculator
Perform basic arithmetic operations (addition, subtraction, multiplication, division) on two numbers using this TypeScript MCP Server Boilerplate tool.
Instructions
두 개의 숫자와 연산자를 입력받아 사칙연산을 수행하고 결과를 반환합니다.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number1 | Yes | 첫 번째 숫자 | |
| number2 | Yes | 두 번째 숫자 | |
| operator | Yes | 연산자 (+, -, *, /) |