Verify credentials
whoamiRetrieve the live profile for the authenticated Mastodon account. Verify token validity or get the user's handle when they refer to '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. |