Get follow status
get_follow_statusCheck if your account already follows a profile by UUID and view its follower count, so you avoid suggesting a redundant follow action.
Instructions
Check whether the authenticated account follows a given profile, and how many followers that profile has.
Use it before offering to follow someone, so you do not suggest an action that is already done. It answers about ONE profile identified by UUID — there is no tool here that lists everyone you follow.
Reads only; following state is not changed. Requires an API key and counts against the plan's request quota. Returns the follow relationship and follower count. Errors if the UUID does not match a profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | UUID of the profile to check, as returned in author fields by article tools. Not the username. |