MCPMCP Tools/Reviews/get_review_widget

get_review_widget

Readreviews:read

Get a single review widget by id (its config + status). Agency-scoped.

Parameters
widgetIdstringrequired
Review widget id (from list_review_widgets).
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_review_widget",
    "arguments": {
      "widgetId": "string"
    }
  }
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Response shape shown for illustration — the actual content depends on the tool and your data.