List pending follow requests
get_follow_requestsRetrieve pending follow requests from accounts waiting for approval. Use this to review and decide who can follow your locked Mastodon account.
Instructions
Accounts waiting for you to approve their follow. Only meaningful on a locked account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |