summarize_my_accounts
Roll up the org's own connected accounts (My Accounts) by tag, category or platform: how many accounts per group, the breakdown of their connection status, and their aggregated data (followers, average views, breakthrough posts, views over the last 24h and 7 days). This is the tool to answer 'how are the accounts tagged X doing'. IMPORTANT: an account can carry several tags, so it appears in several groups and the group counts do NOT add up to the total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Restrict to accounts carrying ANY of these tags (ids or names from list_my_account_tags). Empty = all accounts. | |
| category | No | Restrict to one account category (id or name from list_my_account_categories). 'none' = accounts with no category. | |
| group_by | No | What to group the accounts by | tag |
| platform | No | Restrict to one platform | all |
| include_views | No | Include views over the last 24h/7d, read from each account's latest stats snapshot. Set false to skip that read on large rosters. | |
| include_accounts | No | List each group's accounts with their own status and figures. Set false for group totals only. | |
| include_archived | No | Also count archived accounts |