MCPFerramentas MCP/Avaliações/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.
Parâmetros
clientIdstringobrigatório
The client's id (from list_clients).
locationIdstringobrigatório
The location's id (from list_locations).
windowDaysnumberopcional
Lookback window in days (default 90)
section"topics" | "movers" | "narrative" | "all"opcional
topics | movers | narrative | all (default all)
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_topic_trends",
"arguments": {
"clientId": "string",
"locationId": "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.