Get post analytics
get_analyticsGet normalized analytics for a published post. Use account_id or platform and the post_id from the post tool to retrieve metrics the platform actually exposes.
Instructions
Read normalized analytics for one published post. Returns the metrics the platform actually exposes (a missing metric means the platform does not provide it — never a fake zero). Target by account_id or platform, plus the post_id returned by post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | The platform post id returned by the `post` tool. | |
| platform | No | Platform id — use instead of account_id when only one account of that platform is connected. | |
| account_id | No | The connected account id (from list_accounts). |