Account Verify
account_verifyRetrieves the authenticated Mastodon account's profile data to verify which account is active. Includes username, display name, and follower count.
Instructions
Get the authenticated account's own profile.
Returns: str: JSON with account id, username, display_name, followers_count, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |