MCPHerramientas MCP/Reseñas/list_review_widgets
list_review_widgets
Readreviews:read
List the review widgets configured for a location (embeddable review displays for the client's website). Location-scoped — requires clientId AND locationId.
Parámetros
clientIdstringobligatorio
The client's id (from list_clients).
locationIdstringobligatorio
The location's id (from list_locations).
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_review_widgets",
"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.