Identity tools let an MCP client confirm who it is authenticated as before performing other operations. This is useful both for debugging connector setup and for assistants that want to greet a user by name.
get_me
Scope: mcp:read. No parameters.
Get the authenticated identity, including name, email, user UUID, organization, roles, and team memberships. For org-level API keys (which are not bound to a specific user), the result includes only the organization name and ID.
Returns: A Markdown summary of the authenticated identity. For user-level auth: name, email, user ID, organization, roles, and teams. For org-level API keys: organization name, organization ID, and a note that no specific user is associated.
Example prompt: “Who am I logged in as on Attention right now?”