tools / track_config
track_config
not read-onlyManage tracked keywords
Manage this account's tracked set (the hosted replacement for the local track config file): every (app x keyword x storefront) combination is snapshotted by the daily managed run and on demand via the track tool. action=add inserts the cross product of apps x keywords x countries (cap 500 combinations per account); action=remove deletes combinations matching the given appId/keyword/country filters (at least one filter required); action=list just returns the current set.
input
action *
"list" | "add" | "remove"
apps
integer[]
trackIds to add (action=add)
keywords
string[]
keywords to add (action=add)
countries
string[]
2-letter storefront codes, e.g. ["US", "GB", "JP"]. Each storefront is queried separately.(default ["US"])
appId
integer
remove filter: only this app
keyword
string
remove filter: only this exact keyword
country
string
remove filter: only this storefront
example call
tools/call → track_config
{ "name": "track_config", "arguments": { "action": "list" } }
output
tracked *
object[]
appId *
integer
keyword *
string
country *
string
total *
integer
added
integer
rows inserted; only for action=add
removed
integer
rows deleted; only for action=remove
endpoint https://openaso-806591819206.us-west1.run.app/mcp · auth Authorization: Bearer <key> · get a key