MCPMCP-Tools/SEO-Ranking-Tracking/regenerate_seo_recommendations
regenerate_seo_recommendations
Writelistings:write
Force-regenerate the Sydekick 'Next Recommendations' for a location instead of using the cached version (get_ranking_recommendations reads the cache; use this when the underlying data has clearly changed, e.g. after a big profile update). Requires locationId.
Parameter
locationIdstringerforderlich
Location id — the id from list_locations. Either id shape works.
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "regenerate_seo_recommendations",
"arguments": {
"locationId": "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.