treeflow_create_fertilizer
Add a new tool or fertilizer to a Treeflow bot tree by specifying its type (automation, external API, knowledge base) and JSON configuration, enabling expanded chatbot capabilities.
Instructions
Crea o agrega una nueva herramienta / fertilizante adicional (ej. automation, external_api, knowledge_base).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nombre descriptivo de la herramienta | |
| config | Yes | Configuración JSON de la herramienta (url, headers, auth, etc.) | |
| tree_id | Yes | ID del bot/árbol | |
| fertilizer_type | Yes | Tipo: automation, external_api, knowledge_base |