Skip to main content
The current user’s identity — user, team, office, role, granted scopes and timezone — is not a tool. It arrives two ways, both free:
  • in the instructions field of the initialize response;
  • as the MCP resource lofty://me.
Every session needs this before it can resolve “my tasks” or “last week”, so charging a round trip for it is waste. The same data is also reachable explicitly through search_team_config({ kind: "members.me" }) for clients that don’t support resources.