MCPMCP Tools/SEO Rank Tracking/remove_seo_keyword
remove_seo_keyword
Writelistings:write
Stop tracking a keyword on a location's ranking grid. PERMANENTLY DELETES its historical reports and every grid-cell rank point ever recorded for it — there is no undo and no archive; re-adding the same keyword later starts its history over from zero. Identify it by its keywordId (from get_ranking_overview's keywords[]).
Parameters
keywordIdstringrequired
The id of the tracked keyword to remove (required, from get_ranking_overview's keywords[]).
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "remove_seo_keyword",
"arguments": {
"keywordId": "string"
}
}
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Response shape shown for illustration — the actual content depends on the tool and your data.