AI Agents & LangChain in n8n · 35 min

Tools as sub-workflows

Expose any n8n workflow as a callable tool the agent can invoke on demand.

Key concepts

  • Workflow Tool node
  • Tool description & schema
  • Chaining multiple tools

Exercise

Turn your CRM-lookup sub-workflow into a tool and let the agent decide when to call it.

Official docs