decode_jwt
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Decode a JWT (JSON Web Token) and return its header and payload without verifying the signature. Also reports whether the token is expired and the exact expiry date. Use to inspect claims (sub, iss, exp, roles) during debugging or when integrating with an auth provider.
Parameters schema
{
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "The JWT string to decode (header.payload.signature)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries