Class ToolsList

java.lang.Object
ai.wanaku.cli.main.commands.BaseCommand
ai.wanaku.cli.main.commands.tools.ToolsList
All Implemented Interfaces:
Callable<Integer>

public class ToolsList extends BaseCommand
Command to list tools registered in the Wanaku platform.

This command retrieves and displays all registered tools, optionally filtered by label expressions. The output includes tool name, namespace, type, labels, and URI for each tool.

Label expressions support logical operators (AND, OR, NOT) for complex filtering. See the label expression manual page for detailed syntax information.