Identify the calling credential
whoamiIdentify which organizations this connection can act in and which scopes were granted. Call first to confirm context before doing real work. organization is the default org — the one used when a tool is called without organization_id. organizations lists every org reachable from this connection, each with the scopes in force there; pass one of their ids as organization_id on any tool to act in it. Also returns a quotas map keyed by scope (ai:draft, messages:send) with used, limit, remaining, and period. Unlimited quotas (Pro+) report limit: null and remaining: null. messages:send is never unlimited — it counts RECIPIENTS emailed today (UTC), so read remaining before calling message_participants on a large scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Which organization to act in. Defaults to the one this connection was authorized for. Any other organization must have been granted to this connection — call whoami to list them. |