> ## Documentation Index
> Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Session context

> Who the caller is, which team they belong to, and what timezone they're in — delivered without a tool call.

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" })`](/mcp/tools/search-team-config) for clients that don't support resources.
