MCPMCP-Tools/Bewertungen/refresh_competitor
refresh_competitor
Writereviews:write
Re-scrape a single tracked competitor's Google reviews, by competitorId (from list_competitors). Returns { ok, note }.
Parameter
competitorIdstringerforderlich
Competitor id from list_competitors
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "refresh_competitor",
"arguments": {
"competitorId": "string"
}
}
}Beispielantwort
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.