You're viewing a demo portfolio

Join the waitlist
PRSM

hmac

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

HMAC Generator — Compute an HMAC digest (SHA-256 by default) for a key–message pair.

Parameters schema

{
  "type": "object",
  "required": [
    "key",
    "message"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "Secret key"
    },
    "message": {
      "type": "string",
      "description": "Message to authenticate"
    },
    "algorithm": {
      "enum": [
        "sha1",
        "sha256",
        "sha512",
        "md5"
      ],
      "type": "string",
      "description": "Hash"
    }
  },
  "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 →