MCPFerramentas MCP/Rastreamento de ranking SEO/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.
Parâmetros
locationIdstringobrigatório
Location id — the id from list_locations. Either id shape works.
forcenumberopcional
Pass 1 to force regeneration instead of using the cache.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_seo_keyword_suggestions",
"arguments": {
"locationId": "string"
}
}
}Exemplo de resposta
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.