sum_two_numbers
Calculate the sum of two integers with this tool on the MCP Server Demo, designed to support Java CI/CD workflows and GitLab CI template management.
Instructions
Add two numbers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | ||
b | Yes |
Input Schema (JSON Schema)
{
"properties": {
"a": {
"title": "A",
"type": "integer"
},
"b": {
"title": "B",
"type": "integer"
}
},
"required": [
"a",
"b"
],
"title": "sum_two_numbersArguments",
"type": "object"
}