MCPOutils MCP/Publications/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).
Paramètres
clientIdstringobligatoire
Client id (from list_clients).
fromstringfacultatif
From (ISO).
tostringfacultatif
To (ISO).
Exemple de requête
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_post_analytics",
"arguments": {
"clientId": "string"
}
}
}Exemple de réponse
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.