Skip to main content

Custom Tool Builder

Build custom AI tools by connecting other nodes. This enables developers to create their own tools with custom logic chains.

Properties

PropertyValue
Typeai-extender-tool
FamilyAI
GroupTools

Parameters

NameLabelTypeDescriptionRequired
toolNameTool NameStringName the AI will use to call this toolYes
toolDescriptionTool DescriptionStringDescription to help the AI understand when to use this toolYes
toolInputsTool InputsDynamicFieldsDefine the input parameters that AI will provide when calling this tool. Click ‘Add Input’ to add fields.No

Outputs

NameLabelTypeDescription
toolNametoolNamestringName of the tool
parametersparametersobjectParameters provided by AI when calling this tool
resultresultanyResult from the custom chain to return to AI