Class ToolsShow

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

public class ToolsShow extends BaseCommand
Command to show detailed information about a specific tool registered in the Wanaku platform.

This command retrieves and displays comprehensive details about a tool including its name, description, type, namespace, URI, labels, and input schema properties.

Example usage:


 wanaku tools show my-tool
 wanaku tools show --host http://remote:8080 my-tool