Skip to main content
Glama

calculator

Perform basic arithmetic operations on two numbers including addition, subtraction, multiplication, and division to solve mathematical calculations.

Instructions

두 숫자에 대한 사칙연산을 수행하는 계산기 도구

Input Schema

NameRequiredDescriptionDefault
num1Yes첫 번째 숫자
num2Yes두 번째 숫자
operationYes연산자

Input Schema (JSON Schema)

{ "properties": { "num1": { "description": "첫 번째 숫자", "type": "number" }, "num2": { "description": "두 번째 숫자", "type": "number" }, "operation": { "description": "연산자", "enum": [ "add", "subtract", "multiply", "divide" ], "type": "string" } }, "required": [ "num1", "num2", "operation" ], "type": "object" }

Other Tools from Multi-Purpose MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ciel240/class_study'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server