Multiplication Tool
multiplyCalculates the product of two input numbers and returns the result for use in computations or scripts.
Instructions
Multiply two numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| operation | Yes |