divide
Perform division operations to calculate the result of the first number divided by the second, supporting numeric inputs within the BuildMcpServer framework.
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 |