decode_jwt
InactiveTool of com.gadgethumans.swarm/x402-middleware
Decode a JWT token into its header, payload, and signature parts. Use this to inspect JWT tokens without verifying signatures. Returns the header (alg, typ) and payload (claims) decoded from base64. Parameters: token — The full JWT token string (3 dot-separated base64 parts).
Parameters schema
{
"type": "object",
"title": "decode_jwtArguments",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"title": "Token"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries