MCPMCP Tools/Posts/get_post_analytics
get_post_analytics
Readposts:read
See how posts are performing — engagement, views, clicks, impressions over time. Read-only analytics rollup across a client's brand connections (summary, byPlatform, trends, top posts).
Parameters
clientIdstringrequired
Client id (from list_clients).
fromstringoptional
From (ISO).
tostringoptional
To (ISO).
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_post_analytics",
"arguments": {
"clientId": "string"
}
}
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Response shape shown for illustration — the actual content depends on the tool and your data.