whoami
Verify authentication status for the current syntx.ai user and return their public profile. Avoids errors on missing tokens by returning authenticated: false.
Instructions
Return an identity check for the current syntx.ai user: { authenticated, user } where user is a sanitised public profile (id, user_id, name, username, email, avatar, auth_services). Internal identifiers such as chatwoot_hmac / ym_client_id are intentionally stripped. This tool NEVER errors on missing/invalid tokens — it returns { authenticated: false } instead. Use it to verify authentication status. Real failures (network/API errors) still raise an MCP error so you can tell "not logged in" from "API unreachable".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||