MCPMCP-Tools/Beiträge/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).
Parameter
clientIdstringerforderlich
Client id (from list_clients).
fromstringoptional
From (ISO).
tostringoptional
To (ISO).
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_post_analytics",
"arguments": {
"clientId": "string"
}
}
}Beispielantwort
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.