Listing tools
Use theorchestrate tools list command to list all tools in your environment. You can also use the --verbose (-v) flag to get detailed information about each tool in JSON format.
BASH
Exporting tools
Use theorchestrate tools export command to export a tool configuration from your active environment. Currently only python
tools are supported.
BASH
Note:
Agentic workflow tools are only exported when you use a local environment with watsonx Orchestrate Developer Edition.
Updating tools
To update a tool, run the import command again using the same tool name that you want to update.BASH
Removing tools
Use theorchestrate tools remove command to remove an existing tool. This command requires the --name (-n) flag, which specifies the name of the tool you want to delete.
BASH

