Listing tools
To check which tools are in your environment, run theorchestrate tools list command. The output shows all available tools and includes details such as their unique names. To get complete information about each tool, use the verbose option. The verbose output returns the list in JSON format with every detail.
BASH
Exporting tools
To migrate a tool to another environment or share it with your team, run theorchestrate tools export command. Exporting saves time and ensures consistency across environments. This command supports Python, Agentic Workflow, Langflow, and OpenAPI tools imported via CLI.
BASH
Note:
- When you export an agentic workflow tool it also exports all tools associated with that agentic workflow tool.
Updating tools
To refresh a tool’s configuration, run theorchestrate tools import command again with the same tool unique name. This action keeps the tool current and updated.
BASH
Removing tools
To remove a tool you no longer need, run theorchestrate tools remove command. Removing unused tools keeps your environment clean and prevents accidental use of outdated tools.
BASH

