analyze_account
Analyze a Bluesky account's engagement, network health, or posting strategy using sampled posts and connections. Read-only; requires authentication.
Instructions
Analyze a single account along one dimension. Requires authentication (app password). Read-only: performs no writes. One account-analysis tool: pick a dimension. For topic/search-based influencer discovery use find_influential_users instead. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Handle or DID to analyze. Defaults to the authenticated user when omitted. | |
| dimension | Yes | Which analysis to run: 'engagement' = recent-post performance; 'network' = follower/following graph health; 'strategy' = posting recommendations. | |
| limit | No | How many recent posts to sample for engagement analysis (1–100, default 50). | |
| maxSampleSize | No | How many connections to sample for network analysis (default per old behavior). | |
| includeReplies | No | Engagement: include replies in the sampled author feed (default true). | |
| includeFollowers | No | Network: sample the followers graph (default true). | |
| includeFollows | No | Network: sample the follows graph (default true). | |
| analyzePosts | No | Strategy: how many recent posts to analyze (10–100, default 50). | |
| includeTimingAnalysis | No | Strategy: include best-posting-time analysis (default true). | |
| includeTopicAnalysis | No | Strategy: include topic/keyword analysis (default true). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the analysis succeeded. | |
| dimension | Yes | Which analysis was run. | |
| actor | No | network/strategy dimensions: the DID or handle that was analyzed. | |
| summary | No | engagement dimension: aggregate statistics over the sampled posts (reposts of other authors excluded). | |
| topPosts | No | engagement dimension: up to 10 posts ranked by total engagement. | |
| network | No | network dimension: headline follow-graph counts for the account. | |
| analysis | No | Dimension-specific analysis: graph classification for 'network', post-performance statistics for 'strategy'. | |
| insights | No | Dimension-specific insights: structured content patterns for 'engagement', human-readable strings for 'network'. | |
| recommendations | No | Dimension-specific recommendations: actionable strings for 'engagement', a structured plan for 'strategy'. |