MCPMCP Tools/Reviews/get_topic_trends
get_topic_trends
Readreviews:read
What customers talk about for a location: a topic leaderboard (mentions, avg rating, sentiment) plus rising / declining / emerging / faded movers and an Sydekick narrative, over a window of days. Location-scoped — requires clientId AND locationId. Optional windowDays (default 90) and section (topics | movers | narrative | all). This is also the source for the 'what customers talk about' chips.
Parameters
clientIdstringrequired
The client's id (from list_clients).
locationIdstringrequired
The location's id (from list_locations).
windowDaysnumberoptional
Lookback window in days (default 90)
section"topics" | "movers" | "narrative" | "all"optional
topics | movers | narrative | all (default all)
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_topic_trends",
"arguments": {
"clientId": "string",
"locationId": "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.