You're viewing a demo portfolio

Join the waitlist
PRSM

hash_text

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Text Hash Digest (SHA / MD5) — Real cryptographic hex digests of a UTF-8 string — sha256 by default, plus the full family.

Parameters schema

{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to hash (UTF-8)"
    },
    "algorithm": {
      "enum": [
        "md5",
        "sha1",
        "sha224",
        "sha256",
        "sha384",
        "sha512"
      ],
      "type": "string",
      "description": "Digest to return as 'digest'"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →