MCPHerramientas MCP/Seguimiento de posicionamiento 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
locationIdstringobligatorio
Location id — the id from list_locations. Either id shape works.
forcenumberopcional
Pass 1 to force regeneration instead of using the cache.
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_seo_keyword_suggestions",
    "arguments": {
      "locationId": "string"
    }
  }
}
Respuesta de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.