Aller au contenu principal

Tool Executor

Category: Agent Standards: HIPAA

Execute specific tools from the tool registry

What this node does

  • Tool registry
  • Parameter validation
  • Error handling
  • Retry logic

How to use

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Tool Executor under the Agent category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Tool Name and Tool Parameters input port from an upstream node
  7. Connect the Tool Result and Error output to the next node downstream

Inputs

PortTypeRequiredDescription
Tool NametextPlain text string
Tool ParametersjsonJSON data object

Outputs

PortTypeDescription
Tool ResultjsonJSON data object
ErrorerrorError information if the operation failed

Configuration

Open the configuration dialog by double-clicking the Tool Executor node on the canvas.

ParameterWhat to enter
toolConfigure tool in the node settings
timeoutMaximum time in seconds to wait for a response before failing
retriesConfigure retries in the node settings
validationWhether to validate incoming FHIR resources against R4 profiles

When to use this node

  • Execute specific tools
  • Controlled tool access
  • Tool chaining

Need help configuring this node?

Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.