MCPHerramientas MCP/Reseñas/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
clientIdstringobligatorio
The client's id (from list_clients).
locationIdstringobligatorio
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
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "count_widget_matches",
"arguments": {
"clientId": "string",
"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.