Provides struct and type for a ServerToolRequest
@type t() :: %Gleanex.Client.ServerToolRequest{ actionPreview: Gleanex.Client.ActionPreview.t() | nil, requestId: String.t() | nil, requestType: String.t() | nil, serverId: String.t() | nil, toolCta: String.t() | nil, toolDisplayName: String.t() | nil }