parse

abstract fun parse(sdkTool: Tool): ToolDescriptor(source)

Parses an SDK tool representation into a standardized ToolDescriptor format.

Return

The parsed ToolDescriptor, representing the tool in a standardized format.

Parameters

sdkTool

The SDKTool instance containing tool information to be parsed.