Add two numbers
addAdds two numbers together and returns their sum. Use it to perform basic addition in MCP-compatible clients over stdio.
Instructions
Adds two numbers together and returns their sum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number | |
| b | Yes | The second number |