add
Adds two integers to test MCP addition calls. Use only for verifying addition wiring, not for real computations.
Instructions
Demo: adds two integers. Use only to test MCP addition calls; do not use for real math—compute in the agent instead. Use add (not subtract or greet) when verifying addition wiring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number to add | |
| b | Yes | The second number to add |