MCPHerramientas MCP/Seguimiento de posicionamiento SEO/regenerate_seo_ai_insight
regenerate_seo_ai_insight
Writelistings:write
Force-regenerate the Sydekick Insight for a location's ranking performance instead of using the cached version (get_ranking_ai_insight reads the cache). Requires locationId.
Parámetros
locationIdstringobligatorio
Location id — the id from list_locations. Either id shape works.
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "regenerate_seo_ai_insight",
"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.