| Create Dm Conversation | Create a DM conversation with participant IDs |
| Follow User | Follow a user as the authenticated user |
| Get Followers | Get followers for a user |
| Get Following | Get users that a given user is following |
| Get My Profile | Get the authenticated user’s Twitter profile including name, username, bio, location, follower/following counts, and pinned tweet |
| Get My Reposts | Get reposts by the authenticated user |
| Get Reposts By User | Get reposts by a given user ID |
| Get Tweet By Id | Get a specific tweet by its ID with detailed information including author, metrics, and media |
| Like Tweet | Like a tweet by id as the authenticated user |
| Post Tweet | Post a tweet. Optionally attach media_ids or reply to a tweet |
| Repost Tweet | Repost a tweet as the authenticated user |
| Retweet | Retweet a tweet by id as the authenticated user |
| Search Tweets | Search recent tweets using v2 API |
| Send Dm To Conversation | Send a DM by conversation ID |
| Send Dm To Participant | Send a DM by participant ID |
| Unfollow User | Unfollow a user as the authenticated user |
| Upload Media | Upload media (image/video) from file_id or file_url and return media_id |
| Create Dm | Create a DM conversation with one or more participants |
| Follow | Follow a user on X |
| Get Followers | Get followers of a user |
| Get Following | Get users that a given user is following |
| Get My Reposts | Get reposts by the authenticated user |
| Get Post | Get a specific post by its ID with detailed information |
| Get Profile | Get the authenticated user’s X profile including name, username, bio, location, follower/following counts |
| Get Reposts | Get reposts by a given user ID |
| Like | Like a post on X by its ID |
| Post | Create a post on X. Optionally attach media via file_ids (auto-uploaded), file_paths (URLs or local paths), or media_ids. Can reply to a post |
| Repost | Repost a post on X |
| Search | Search recent posts on X (last 7 days) |
| Send Dm | Send a DM to a user by their ID |
| Send Dm To Conversation | Send a DM to an existing conversation |
| Unfollow | Unfollow a user on X |
| Upload Media | Upload media (image/video) from file_id or file_url and return media_id |