twitter_check_follow_relationship
Check if one Twitter/X account follows another by numeric user ID, including reverse follow and block/mute flags, to verify follow actions or detect mutuals.
Instructions
Check the follow relationship between two accounts by numeric user id: whether the source follows the target, whether the target follows the source, blocking/muting flags where available. Both ids are required. Use this to verify a follow before/after a follow action, or to detect mutuals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_user_id | Yes | Numeric user id of the SOURCE account (the 'is this account following...' subject). | |
| target_user_id | Yes | Numeric user id of the TARGET account (the '...the target?' object). |