jwt_decode
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
JWT Decoder (no signature verification) — Decode a JWT's header and payload to JSON. Does NOT verify the signature — contents are unauthenticated.
Parameters schema
{
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "The JWT (two or three dot-separated segments)"
},
"now_epoch": {
"type": "number",
"description": "Optional Unix seconds to check exp/nbf against (never the wall clock)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries