subtract
Subtracts the second number from the first. Use to validate MCP subtraction functionality, not for production calculations.
Instructions
Demo: subtracts B from A. Use only to test MCP subtraction calls; do not use for real math—compute in the agent instead. Use subtract (not add or greet) when verifying subtraction wiring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The number to subtract from | |
| b | Yes | The amount to subtract |