{"name":"jwt_decode","title":"JWT Decoder (no signature verification)","category":"developer","description":"Decode a JWT's header and payload to JSON. Does NOT verify the signature — contents are unauthenticated.","price_usd":0.001,"input_schema":{"type":"object","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,"required":["token"]}}