MCPMCP-Tools/SEO-Ranking-Tracking/get_seo_keyword_suggestions
get_seo_keyword_suggestions
Readlistings:read
Get Sydekick-suggested keywords worth tracking for a location's local-search ranking (computed on first request, then cached — pass force to regenerate). This only suggests — it does NOT start tracking them; pass the ones you want to add_seo_keywords. Requires locationId.
Parameter
locationIdstringerforderlich
Location id — the id from list_locations. Either id shape works.
forcenumberoptional
Pass 1 to force regeneration instead of using the cache.
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_seo_keyword_suggestions",
"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.