Tools
Tools are chains of transformations designed to perform specific functions.
ToolsManager
Listing Tools
To list all tools available in your project, use the list_tools
method:
Example response:
Retrieving a Tool
To retrieve a specific tool by its ID, use the retrieve_tool
method:
Example response:
Creating a Tool
To create a new tool, use the create_tool
method:
Example response:
Cloning a Tool
To clone an existing tool, use the clone_tool
method:
Deleting a Tool
To delete a tool, use the delete_tool
method:
Example response:
Tool
Updating a Tool
Updating Metadata
To update a tool’s metadata, use the update_metadata
method:
Updating Parameters
To update a tool’s parameter schema, use the update_params
method:
Updating Transformations
To update a tool’s transformations, use the update_transformations
method:
Updating Outputs
To update the output schema or mapping of a tool, use the update_outputs
method:
Executing a Tool
Triggering a Tool
To execute a tool with specific parameters, use the trigger
method:
Example response:
Viewing Tool Details
Viewing Parameter Schema
To view the parameter schema for a tool, use the get_params_schema
method:
Example response:
Viewing Transformation Steps
To view the transformation steps of a tool, use the get_transformations_schema
method:
Example response:
Getting Tool Links
To get a link to a tool’s configuration page, use the get_link
method:
Example response: