Read a profile
get_accountFetch a full Mastodon profile: bio, counts, verified metadata, follow status. Accepts usernames, handles, or IDs and resolves unseen accounts.
Instructions
Full profile for any account: bio, counts, the metadata fields with their verification state, and whether you follow each other. Accepts @user@instance, a bare local username, or a numeric id. Resolves accounts your instance has never seen before.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acct | Yes | ||
| 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. |