divide
Perform division of two numbers using a tool on the BuildMcpServer. Input the numerator and denominator to get the precise result of the calculation.
Instructions
Divide the first number by the second.
Args: a: Numerator b: Denominator
Returns: The result of a / b
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | ||
b | Yes |