MCPFerramentas MCP/Rastreamento de ranking SEO/add_seo_keywords
add_seo_keywords
Writelistings:write
Start tracking one or more keywords on a location's local-search ranking grid (geo-grid rank tracker). Up to 25 keywords total per location — extras beyond the cap are silently dropped. Re-adding an already-tracked keyword just re-activates it. Requires the location to have latitude/longitude set (throws otherwise). Optionally set gridSize (3, 5, or 7 — default 7) and distanceKm (default 1.5) the first time you configure a location's grid. excluded skips specific grid points from measurement (e.g. a lake, a rival's territory) — pass the (row, col) cells to exclude, 0-indexed from the grid's top-left.
Parâmetros
locationIdstringobrigatório
Location id — the id from list_locations. Either id shape works. Required.
keywordsstring[]obrigatório
Keywords to track (required, up to 25 total per location).
gridSize3 | 5 | 7opcional
Grid size (default 7).
distanceKmnumberopcional
Distance between grid points in km (default 1.5).
excludedobject[]opcional
Grid points to exclude from measurement, as {row, col} pairs.
rownumberopcional
Row index, 0-indexed.
colnumberopcional
Column index, 0-indexed.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_seo_keywords",
"arguments": {
"locationId": "string",
"keywords": [
"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.