{"name":"hash_text","title":"Text Hash Digest (SHA / MD5)","category":"developer","description":"Real cryptographic hex digests of a UTF-8 string — sha256 by default, plus the full family.","price_usd":0.001,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to hash (UTF-8)"},"algorithm":{"type":"string","description":"Digest to return as 'digest'","enum":["md5","sha1","sha224","sha256","sha384","sha512"]}},"additionalProperties":false,"required":["text"]}}