MCPHerramientas MCP/Publicaciones/get_post

get_post

Readposts:read

Get a post with per-platform submission performance (agency-scoped).

Parámetros
postIdstringobligatorio
Post id. Accepts the database ID or public post- ID. IDs must belong to the authenticated agency and permitted client.
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_post",
    "arguments": {
      "postId": "string"
    }
  }
}
Respuesta de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.