MCPHerramientas MCP/Reseñas/list_campaign_responses
list_campaign_responses
Readreviews:read
List responses to a location's review-invite campaigns (who responded, feedback given). Location-scoped — requires clientId AND locationId. Paginated.
Parámetros
clientIdstringobligatorio
The client's id (from list_clients).
locationIdstringobligatorio
The location's id (from list_locations).
pagenumberopcional
Page (default 1)
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_campaign_responses",
"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.