Better Stack

telemetry_list_teams_tool

List all available teams in Better Stack Logs. Returns a table with team IDs and names, grouped by organization

Remote betterstack

Other tools also called telemetry_list_teams_tool? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "search": {
      "type": "string",
      "description": "Filter teams by name (case-insensitive partial match)"
    }
  }
}