crc32
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
CRC-32 / Adler-32 Checksum — Compute a CRC-32 or Adler-32 checksum for an arbitrary text string.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to checksum"
},
"algorithm": {
"enum": [
"crc32",
"adler32"
],
"type": "string",
"description": "Algorithm"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries