Error when using Qdrant in tool agent

Describe the problem/error/question

Using Qdrant function “retrieve documents (As Tool for AI Agent)”
This works when directly connected to an agent.
However, when connected to an Tool AI agent, I get an error.

What is the error message (if any)?

Error: The Tool attempted to return an engine request, which is not supported in Agents

Please share your workflow

Share the output returned by the last node

Error: The Tool attempted to return an engine request, which is not supported in Agents

Information on your n8n setup

  • n8n version: 2.2.5
  • Database (default: SQLite): Qdrant
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Win 11
1 Like

+1
I have a AI Agent with a mcp tool that works. If I try to add in between an AI Agent Tool, I get the exact same error. If I remove the mcp tool from the AI Agent Tool, the error disappears, but no tool is executed of course.