Icon

Tools

This directory contains 9 workflows.

IconChoose Service and Endpoint 

<p>Starting from a user request, this tool interprets the intent, selects the appropriate backend services and endpoints, and generates a structured […]

IconData Analyzer 

<p>This tool performs data analysis and visualization by generating KNIME compatible Python scripts that operate on an input table to answer a natural […]

IconDistinct Column Reader 

<p>This tool extracts the unique values from a selected input column and passes them to the agent.<br>The agent can access these values from the data […]

IconHub Documentation RAG 

<p>This workflow builds and retrieves vector chunks from the documentation to provide additional context for answering complex user queries. It is used when […]

IconJSON Parser 

<p>Given an input table containing a JSON column and an additional column describing the JSON structure, this tool uses a processing instruction parameter […]

IconList Teams and Users scopes 

<p>This tool provides a fast shortcut for retrieving user and team identifiers from KNIME Hub. Since this information is frequently required, the tool is […]

IconPerform GET Request 

<p>This tool performs the GET request for the selected endpoint and automatically handles cursor based pagination.</p>

IconPerform PUT, POST, PATCH Request 

<p>This tool performs PUT, POST, or PATCH requests using the payload, URL, and HTTP method generated by the Request Payload builder tool.</p>

IconRequest Payload Builder 

<p>This tool receives the table from the Choose Service and Endpoint tool and crafts the URL and payload needed to perform modifying requests to the Hub.</p>