ToolType Type of tool (READ, WRITE) Example Usage from glean.api_client.models import ToolType value = ToolType.READ # Open enum: unrecognized values are captured as UnrecognizedStr Values Name Value READ READ WRITE WRITE