Concepts
Tools
Tools are chains of transformations to perform specific functions.
ToolsManager
Listing Tools
To list all tools available in your project, use the list_tools
method:
Tool
Retrieving a Tool
To retrieve a specific tool by its ID, use the retrieve_tool
method:
Deleting a Tool
To delete a tool, use the delete
method:
Updating a Tool
To update a tool’s properties, use the update
method:
Triggering a Tool
To execute a tool with specific parameters, use the trigger
method:
Getting Parameter Schema
To view the parameter schema for a tool, use the get_params_schema
method:
Viewing Tool Steps
To view the transformation steps of a tool, use the get_steps
method: