{"name":"crc32","title":"CRC-32 / Adler-32 Checksum","category":"developer","description":"Compute a CRC-32 or Adler-32 checksum for an arbitrary text string.","price_usd":0.001,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to checksum"},"algorithm":{"type":"string","description":"Algorithm","enum":["crc32","adler32"]}},"additionalProperties":false,"required":["text"]}}