bitwise
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Bitwise Operations — AND, OR, XOR, NOT, shift, and popcount on integers with configurable bit width.
Parameters schema
{
"type": "object",
"required": [
"a"
],
"properties": {
"a": {
"type": "integer",
"description": "First integer"
},
"b": {
"type": "integer",
"description": "Second integer / shift amount"
},
"op": {
"enum": [
"and",
"or",
"xor",
"not",
"shl",
"shr",
"popcount"
],
"type": "string",
"description": "Bitwise op"
},
"bits": {
"type": "integer",
"description": "Bit width for not/popcount (default 8)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries