All Tools/AnalyticsRead-only

Get Cached Post Analytics

Get cached post metrics for your account. Returns impressions, reactions, comments, reposts, and engagement rate for recent posts. Data is refreshed automatically by the content poller - no LinkedIn API calls are made. Supports sorting by any metric and filtering by content type.

MCP tool name: get_cached_post_analytics

Use Cases

  • Get a quick overview of all your recent posts' performance
  • Sort posts by engagement rate to identify top performers
  • Filter analytics by content type (text, image, video, etc.)
  • Build dashboards that pull metrics without hitting API limits

Parameters

NameTypeRequiredDescription
sort_bystringoptionalSort by: impressions, reactions, comments, reposts, engagement_rate, last_polled_at
limitnumberoptionalMax posts to return (default 20, max 50)
content_typestringoptionalFilter by type: text, image, video, document, poll, article

Example

Prompt

Show my top 10 posts sorted by engagement rate

Response

[
  {
    "post_id": "urn:li:activity:123",
    "impressions": 8500,
    "reactions": 210,
    "comments": 45,
    "engagement_rate": 0.03
  },
  ...
]

Permission Scopes

This tool is available in the following permission scopes:

full accessoutboundcontentread only

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. All 164 tools. Safe limits, warm-up, and full permission control built in.