Verify credentials
whoamiCheck if a Mastodon token works and return the live profile, enabling identification of the current user when they say 'me' or 'my'.
Instructions
Authenticate against the instance and return the live profile. Use this to confirm a token still works, or when the user says 'me' or 'my' and you need their handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. |