Icon

Request handling tools

This directory contains 3 workflows.

IconCreate a prepared request 

<p>This tool receives an endpoint template and some context, and returns the prepared endpoint URL as well as a body, if it should be needed.</p> TAGS: […]

IconModification Request (POST, PUT, PATCH, or DELETE) 

<p>The tool is used to modify the Hub and thus needs confirmation of a human before it's executed. If confirmed, it's executing POST, PUT, PATCH or DELETE […]

IconRetrieving Request (GET or HEAD) 

<p>The tool is used for executing GET or HEAD requests for the KNIME Hub. It takes the prepared endpoints in the input table.</p> TAGS: Agentic AI,Tool