Our current approach of using ToolClass definition themselves to filter out the tools that are supposed to be passed to TransportRunner unfortunately does not work because the ToolClass when imported are not the same (`===`) as the ToolClass that are part of export `AllTools`.
To have a reliable way of filtering out the tools, it is better to use the name of the tool and compare against that.