MCPFerramentas MCP/Anúncios em diretórios/get_duplicate_listings_rollup

get_duplicate_listings_rollup

Readlistings:read

Client-wide duplicate-listings rollup across ALL of a client's locations (Listings → All locations → Duplicates). Returns a `summary` (potentialTotal, locationsAffected, confidence bands high/med/low, topPublishers[] — up to 5 worst-offending publishers with counts, publisherSites[] — every publisher site in the visible set with its numeric siteId, i.e. the values `publisherSiteId` accepts) and a paginated `queue` of duplicates with model matchScore + band, per-row NAP match flags, the owning location, and links. Filters: filter (potential|flagged|deleted|failed), band (high|med|low), publisherSiteId, locationId, search; sort (confidence|detected|lastSynced); page/perPage (perPage max 100). Pass clientId to scope to one client, or omit to roll up across the agency. Read-only.

Parâmetros
clientIdstringopcional
Limit to a single client (from list_clients). Omit to roll up across the agency.
filter"potential" | "flagged" | "deleted" | "failed"opcional
potential | flagged | deleted | failed
band"high" | "med" | "low"opcional
high | med | low
locationIdstringopcional
Location id (from list_locations) to filter to
tagsstring[]opcional
Internal tags — narrow to locations carrying ANY of these (from list_location_tags). Each queue row also carries its location's tags.
searchstringopcional
Filter by location/duplicate name, city, or phone
sort"confidence" | "detected" | "lastSynced"opcional
confidence | detected | lastSynced
pagenumberopcional
Page (default 1)
perPagenumberopcional
Rows per page (default 25, max 100)
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_duplicate_listings_rollup",
    "arguments": {}
  }
}
Exemplo de resposta
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.