Subtract
subtractCalculate the difference between two numbers by removing the second value from the first. Use for basic arithmetic in MCP clients.
Instructions
Subtract the second number from the first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The minuend (the number to subtract from). | |
| b | Yes | The subtrahend (the number to subtract). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |