echo-server.add
Add two numbers together and return the sum. Provide the first and second numbers as inputs to get the total result.
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 |