List who an account follows
get_followingRetrieve the list of accounts a specified Mastodon user follows. Automatically pages through results to fetch all follows, with optional limit and pagination controls.
Instructions
Accounts a given account follows. Pages automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acct | Yes | ||
| limit | No | How many. Pages automatically. Default 40. | |
| max_id | No | Continue from a previous page. | |
| 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. |