hash_text
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries