ToolsManager
Listing Tools
To list all tools available in your project, use thelist_tools
method:
Retrieving a Tool
To retrieve a specific tool by its ID, use theretrieve_tool
method:
Creating a Tool
To create a new tool, use thecreate_tool
method:
Cloning a Tool
To clone an existing tool, use theclone_tool
method:
Deleting a Tool
To delete a tool, use thedelete_tool
method:
Tool
Updating a Tool
Updating Metadata
To update a tool’s metadata, use theupdate_metadata
method:
Updating Parameters
To update a tool’s parameter schema, use theupdate_params
method:
Updating Transformations
To update a tool’s transformations, use theupdate_transformations
method:
Updating Outputs
To update the output schema or mapping of a tool, use theupdate_outputs
method:
Executing a Tool
Triggering a Tool
To execute a tool with specific parameters, use thetrigger
method:
Viewing Tool Details
Viewing Parameter Schema
To view the parameter schema for a tool, use theget_params_schema
method:
Viewing Transformation Steps
To view the transformation steps of a tool, use theget_transformations_schema
method:
Getting Tool Links
To get a link to a tool’s configuration page, use theget_link
method: