Get Account
get_accountGet a Mastodon account profile by ID (e.g., '109382839472938472'). Returns bio, follower/following counts, post history, and verification status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric Mastodon account ID (e.g. "109302436954721982") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Account ID | |
| bot | Yes | Whether account is a bot | |
| url | Yes | Profile URL | |
| acct | Yes | Full account address | |
| note | Yes | Bio/note text | |
| avatar | Yes | Avatar image URL | |
| username | Yes | Username handle | |
| created_at | Yes | Account creation timestamp | |
| display_name | Yes | Display name | |
| statuses_count | Yes | Number of posts | |
| followers_count | Yes | Number of followers | |
| following_count | Yes | Number following |