echo-server.add
Add two numeric values and return their sum.
Instructions
Add two numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Response from the tool |