get_current_tenant
Return the tenant identifier this session is operating as, plus whether
it is a super tenant (i.e. can act across tenants via target_tenant_id
on scoped tools).
When to use it
Section titled “When to use it”- Confirm which tenant the server resolved your email to.
- Decide whether to expose super-tenant-only features in the agent’s UI.
Inputs
Section titled “Inputs”None.
Returns
Section titled “Returns”{ "tenant_id": "onfire", "is_super_tenant": true}