addition
Add numbers securely using a vulnerable MCP server designed to demonstrate coding risks, aiding in educational security testing and awareness.
Instructions
Sum tool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes |
Input Schema (JSON Schema)
{
"properties": {
"a": {
"title": "a",
"type": "string"
}
},
"required": [
"a"
],
"title": "additionArguments",
"type": "object"
}