multiply
Calculate the product of two numbers using this tool from the BuildMcpServer framework. Input two numeric values, and receive the multiplication result instantly.
Instructions
Multiply two numbers together.
Args: a: First number b: Second number
Returns: The product of a and b
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | ||
b | Yes |