keycloak_whoami
Show the Keycloak server's authenticated identity and effective realm-management roles, reading role mappings from the server rather than the token. Use this first when another tool returns 403.
Instructions
Show who the server is authenticated as and what it is actually allowed to do: the issuing realm, the client, the acting user, token expiry, and the realm + 'realm-management' roles that govern admin access. The roles are read from the account's role mappings on the server, not from the token — Keycloak issues tokens with no role claims to some clients, so the token alone proves nothing. Call this FIRST when another tool returns 403.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||