Skip to main content
Glama
kelseyee

Calculator MCP

by kelseyee

multiply

Perform floating-point multiplication operations with precision using Calculator MCP. Input two numbers to multiply and obtain the accurate result.

Instructions

执行浮点数乘法运算

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aYes
bYes

Implementation Reference

  • The handler function for the 'multiply' tool, decorated with @mcp.tool(). It takes two float arguments 'a' and 'b', multiplies them, and returns the result. The docstring provides the description in Chinese.
    @mcp.tool() def multiply(a: float, b: float) -> float: """执行浮点数乘法运算""" return a * b

Other Tools

Related Tools

Latest Blog Posts

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/kelseyee/mcp_calculator'

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