You're viewing a demo portfolio

Join the waitlist
PRSM

crc32

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
crc32 — WingmanProtocol Agent Gateway — PRSM MCP