calc
Perform basic arithmetic operations (addition, subtraction, multiplication, division) on two numbers using the TypeScript MCP Server Boilerplate tool.
Instructions
두 숫자와 연산자를 입력받아 사칙연산 결과를 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | 첫 번째 숫자 | |
| b | Yes | 두 번째 숫자 | |
| operator | Yes | 연산자 (+, -, *, /) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 계산 결과 |