MCPMCP Tools/Posts/get_post
get_post
Readposts:read
Get a post with per-platform submission performance (agency-scoped).
Parameters
postIdstringrequired
Post id (from list_posts).
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_post",
"arguments": {
"postId": "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.