Function: humanizeToolName()
humanizeToolName(
toolName):string
Turn a snake/camel tool id into a Title Cased label the user can
read. Genie tools land on this surface as flat ids
(ask_genie, get_statement, prepare_chart) plus per-space
suffixes for non-default aliases (ask_genie_sales).
Examples:
ask_genie -> Ask Genie
ask_genie_sales -> Ask Genie Sales
myCoolTool -> My Cool Tool
Parameters
Section titled “Parameters”toolName
Section titled “toolName”string
Returns
Section titled “Returns”string