MCPHerramientas MCP/Publicaciones/list_posts

list_posts

Readposts:read

List posts for a location with per-platform state and aggregate stats (agency-scoped).

Parámetros
locationIdstringobligatorio
The location's id (from list_locations).
platform"google" | "facebook" | "instagram" | "x" | "linkedin" | "pinterest" | "mastodon" | "bluesky" | "threads" | "tiktok"opcional
Filter by platform.
type"announcement" | "event" | "offer"opcional
Filter by post type.
status"draft" | "scheduled" | "error" | "active" | "incomplete"opcional
Filter by status.
fromstringopcional
Created from (ISO).
tostringopcional
Created to (ISO).
searchstringopcional
Name contains (case-insensitive).
limitnumberopcional
Max rows to return (1–200, default 50).
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_posts",
    "arguments": {
      "locationId": "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.