calculate_x_engagement_rate
Calculate X (Twitter) engagement rate from likes, reposts, replies, bookmarks, and quotes relative to followers. Returns percentage and benchmark band (Excellent to Inactive).
Instructions
Calculate X (Twitter) engagement rate using the public follower-based formula: (likes + reposts + replies + bookmarks + quotes) / followers × 100. Returns the percentage and the tier-aware benchmark band (Excellent / Good / Average / Low / Inactive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| likes | Yes | Likes on the post (or sum across posts) | |
| posts | No | Number of posts the engagement is summed over (default 1) | |
| quotes | No | Quote tweets (optional, default 0) | |
| replies | Yes | Reply count | |
| reposts | Yes | Reposts / retweets | |
| bookmarks | No | Bookmarks (optional, default 0) | |
| followers | Yes | Account follower count |