Better Stack

telemetry_list_clusters_tool

List all available storage clusters for a specific team. Returns a table with cluster IDs, names, and regions. Used primarily for creating cloud connections to query logs and metrics data directly via ClickHouse

Remote betterstack

Other tools also called telemetry_list_clusters_tool? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "team_id": {
      "type": "integer",
      "description": "The ID of the team (use list_teams to get team IDs)"
    }
  }
}