MCPFerramentas MCP/Avaliações/get_topic_series

get_topic_series

Readreviews:read

Topic trends over time for a location — the per-topic monthly sentiment/mention series behind the Topic Trends heatmap. Location-scoped — requires clientId AND locationId. Optional months (default 12).

Parâmetros
clientIdstringobrigatório
The client's id (from list_clients).
locationIdstringobrigatório
The location's id (from list_locations).
monthsnumberopcional
Months of history (default 12)
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_topic_series",
    "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.