MCPHerramientas MCP/Listados/get_listings_rollup

get_listings_rollup

Readlistings:read

Client-level listings rollup across ALL of a client's locations (the Listings → All locations view). Returns a `summary` (locations, publishersTotal, publishersSynced, connectionIssues, duplicates, reviews, avgRating), a per-LOCATION `rows` table (name, city, publishers, synced, connectionIssues, duplicates, reviews, unreplied, avgRating, googleVerified, googleConnected), and `insights`: overall listing health %, a distribution (fully-synced / healthy / at-risk), the weakest publishers (lowest coverage), a per-PUBLISHER directories coverage table (total, synced, requiresAction, notConnected, pct), a ranked "needs attention" set, and a deterministic headline + fixFirst. IMPORTANT: `googleVerified` is false both when a location has never connected Google AND when it's connected but Google hasn't verified it yet — always check `googleConnected` first to tell those apart; a never-connected location needs to connect, not "verify". Pass a clientId to scope to one client, or omit to roll up across all of the agency's clients. Read-only. You don't pass an agency — it comes from your credentials.

Parámetros
clientIdstringopcional
Limit to a single client (from list_clients). Omit to roll up across all of the agency's clients.
tagsstring[]opcional
Internal tags — narrow the rollup to locations carrying ANY of these tags (discover a client's tags with list_location_tags). Each returned row also carries its location's tags so you can segment client-side.
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_listings_rollup",
    "arguments": {}
  }
}
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.