MCPMCP-Tools/Bewertungen/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.

Parameter
clientIdstringerforderlich
The client's id (from list_clients).
locationIdstringerforderlich
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)
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_topic_trends",
    "arguments": {
      "clientId": "string",
      "locationId": "string"
    }
  }
}
Beispielantwort
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.