Gleanex.Client.McpToolBreakdown (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a McpToolBreakdown

Summary

Types

t()

@type t() :: %Gleanex.Client.McpToolBreakdown{
  activeUsers: integer() | nil,
  hostApplications: [String.t()] | nil,
  tool: String.t() | nil,
  totalCalls: integer() | nil
}