MCPFerramentas MCP/Avaliações/count_widget_matches

count_widget_matches

Readreviews:read

Count how many of a location's reviews match a widget configuration — the live '{N} reviews match this configuration' preview. Location-scoped — requires clientId AND locationId. Optional minRating, sources, includeInternal, dateWindow (30d | 90d | 1y | all).

Parâmetros
clientIdstringobrigatório
The client's id (from list_clients).
locationIdstringobrigatório
The location's id (from list_locations).
minRatingnumberopcional
Only reviews at/above this rating (1–5)
sourcesstring[]opcional
Marketplaces to include (empty = all)
includeInternalbooleanopcional
Include first-party (invite-collected) feedback
dateWindow"30d" | "90d" | "1y" | "all"opcional
30d | 90d | 1y | all
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "count_widget_matches",
    "arguments": {
      "clientId": "string",
      "locationId": "string"
    }
  }
}
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.