AI Agent with Custom Tool for Activity Suggestions
detail.loadingPreview
An AI agent that uses a custom tool to suggest activities based on user input.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates how to build an AI agent that can leverage a custom tool to suggest activities. The agent receives user input, uses the custom tool to process this input and call an external API (Bored API), and then returns an activity suggestion.
Key Features
- AI agent powered by OpenAI.
- Custom tool functionality for specialized tasks.
- Integration with external APIs (Bored API via HTTP Request).
- Workflow execution triggered by chat messages or other workflows.
- Memory buffer for conversation context.
How To Use
- Set up OpenAI Credentials: Configure your OpenAI API key in n8n.
- Configure Environment Variables: Set
API_BASE_URLfor the Bored API. - Trigger the Workflow: Send a chat message or execute the workflow from another n8n workflow with
chatInput. - Observe the Output: The AI agent will process the request and return an activity suggestion.
Apps Used
Workflow JSON
{
"id": "cb68b224-f2ad-4817-94ad-52011e7ef1f0",
"name": "AI Agent with Custom Tool for Activity Suggestions",
"nodes": 0,
"category": "AI & Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: cb68b224-f2ad...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
LINE Assistant with Google Calendar and Gmail Integration
Automate LINE messaging with Google Calendar and Gmail integration for enhanced productivity.
AI Powered Q&A Webhook
A webhook-enabled AI system that answers questions based on a provided document.
AI Meeting Transcription and Insights
Automates real-time meeting transcription and stores insights for analysis.
AI Agent: Google Calendar Assistant with OpenAI
Automates Google Calendar tasks using an OpenAI-powered AI agent.
Build an Airbnb Guest Assistant with RAG and OpenAI Chat
Automate guest support by building an AI assistant that answers questions using a vector database of property information. This workflow leverages n8n and OpenAI to provide instant, accurate responses to common guest inquiries.
Community Contributed AI Tech Newsletter Builder
Build a personalized AI-driven tech newsletter from RSS feeds, with options for vector storage and email delivery.