Get X following
get_twitter_followingAccounts the user follows on X (Twitter), from the synced follow graph — name, @handle, and bio. query filters by name, handle, or bio text ('who do I follow in AI?'). Reads the last sync, so a just-followed account may be missing; total_followed is the synced total. If it reports no account connected, tell the user to connect one at /user/integrations/twitter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max accounts to return (default 50, max 200). | |
| query | No | Case-insensitive filter on name, handle, or bio. | |
| handle | No | One connected @handle whose follows to read. Omit for all connected accounts. |