Get X User Following
x_get_followingRetrieve a list of users that a specified X (Twitter) account follows, including usernames, bios, and follower counts.
Instructions
Get a list of users that a specified account follows. Returns usernames, bios, and follower counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100) | |
| username | Yes | X username (without @ symbol) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |